#382C09

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

Shades of Black Magic #382C09

Tints of Black Magic #382C09

Color information

#382C09 (or 0x382C09) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 09. RGB value is (56,44,9). Sum of RGB (Red+Green+Blue) = 56+44+9=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 44 (17.58% from 255 or 40.37% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C09 is #C7D3F6. Grayscale: #2B2B2B. Windows color (decimal): -13095927 or 601144. OLE color: 601144.

HSL color Cylindrical-coordinate representation of color #382C09: hue angle of 44.68º 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 #382C09 is Cyan = 0, Magento = 0.21, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB56449-
CMYK00.210.840.78
HSL44.68º72.31%12.75%-
HSV(B)44.68º83.93%21.96%-
XYZ2.582.660.64-
YUV43.6108.48136.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 44 (17.58% from 255) = 40.37%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=51.38%
G=40.37%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644900.210.840.7844.6872.3112.75
Hex382C9015544E2d48d
Octal7054110251241165511015
Binary11100010110010010101011010100100111010110110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382C09; }

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

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

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

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

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

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

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

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