#382A09

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

Shades of Black Magic #382A09

Tints of Black Magic #382A09

Color information

#382A09 (or 0x382A09) is unknown color: approx Black Magic. HEX triplet: 38, 2A and 09. RGB value is (56,42,9). Sum of RGB (Red+Green+Blue) = 56+42+9=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #382A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382A09 is #C7D5F6. Grayscale: #2A2A2A. Windows color (decimal): -13096439 or 600632. OLE color: 600632.

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

Color convert

RGB56429-
CMYK00.250.840.78
HSL42.13º72.31%12.75%-
HSV(B)42.13º83.93%21.96%-
XYZ2.512.520.61-
YUV42.42109.14137.68-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.34%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 9 (3.91% from 255) = 8.41%
R=52.34%
G=39.25%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.84
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5642900.250.840.7842.1372.3112.75
Hex382A9019544E2a48d
Octal7052110311241165211015
Binary11100010101010010110011010100100111010101010010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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