#382709

Color #382709 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #382709

Tints of Black Magic #382709

Color information

#382709 (or 0x382709) is unknown color: approx Black Magic. HEX triplet: 38, 27 and 09. RGB value is (56,39,9). Sum of RGB (Red+Green+Blue) = 56+39+9=104 (13% of max value = 765). Red value is 56 (22.27% from 255 or 53.85% from 104); Green value is 39 (15.62% from 255 or 37.5% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 56 - color contains mainly: red. Hex color #382709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382709 is #C7D8F6. Grayscale: #282828. Windows color (decimal): -13097207 or 599864. OLE color: 599864.

HSL color Cylindrical-coordinate representation of color #382709: hue angle of 38.3º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #382709 is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB56399-
CMYK00.300.840.78
HSL38.3º72.31%12.75%-
HSV(B)38.3º83.93%21.96%-
XYZ2.412.310.58-
YUV40.66110.13138.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 53.85%
GREEN value IS 39 (15.62% from 255) = 37.5%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=53.85%
G=37.5%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5639900.300.840.7838.372.3112.75
Hex3827901E544E2648d
Octal7047110361241164611015
Binary11100010011110010111101010100100111010011010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382709; }

 p { color: rgb(56,39,9); }

 H1.HeaderClassName
 {
   color: #382709;
 }
 .AnyTagClassName
 {
   color: #382709;
 }
</style>
background-color css

<style>
 a { background-color: #382709; }

 a { background-color: rgb(56,39,9); }

 div.DivClassName
 {
   background-color: #382709;
 }
 .BgClassName
 {
   background-color: #382709;
 }
</style>
border-color css

<style>
 span { border-color: #382709; }

 span { border-color: rgb(56,39,9); }

 td.TdClassName
 {
   border-color: #382709;
 }
 .TagClassName
 {
   border-color: #382709;
 }
</style>