#382B09

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

Shades of Black Magic #382B09

Tints of Black Magic #382B09

Color information

#382B09 (or 0x382B09) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 09. RGB value is (56,43,9). Sum of RGB (Red+Green+Blue) = 56+43+9=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 43 (17.19% from 255 or 39.81% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B09 is #C7D4F6. Grayscale: #2B2B2B. Windows color (decimal): -13096183 or 600888. OLE color: 600888.

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

Color convert

RGB56439-
CMYK00.230.840.78
HSL43.4º72.31%12.75%-
HSV(B)43.4º83.93%21.96%-
XYZ2.542.590.62-
YUV43.01108.81137.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 43 (17.19% from 255) = 39.81%
BLUE value IS 9 (3.91% from 255) = 8.33%
R=51.85%
G=39.81%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5643900.230.840.7843.472.3112.75
Hex382B9017544E2b48d
Octal7053110271241165311015
Binary11100010101110010101111010100100111010101110010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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