#382C06

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

Shades of Black Magic #382C06

Tints of Black Magic #382C06

Color information

#382C06 (or 0x382C06) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 06. RGB value is (56,44,6). Sum of RGB (Red+Green+Blue) = 56+44+6=106 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.83% from 106); Green value is 44 (17.58% from 255 or 41.51% from 106); Blue value is 6 (2.73% from 255 or 5.66% from 106); Max value from RGB is 56 - color contains mainly: red. Hex color #382C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C06 is #C7D3F9. Grayscale: #2B2B2B. Windows color (decimal): -13095930 or 404536. OLE color: 404536.

HSL color Cylindrical-coordinate representation of color #382C06: hue angle of 45.6º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #382C06 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.78.

Color convert

RGB56446-
CMYK00.210.890.78
HSL45.6º80.65%12.16%-
HSV(B)45.6º89.29%21.96%-
XYZ2.562.660.55-
YUV43.26106.98137.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 52.83%
GREEN value IS 44 (17.58% from 255) = 41.51%
BLUE value IS 6 (2.73% from 255) = 5.66%
R=52.83%
G=41.51%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.89
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644600.210.890.7845.680.6512.16
Hex382C6015594E2e51c
Octal705460251311165612114
Binary1110001011001100101011011001100111010111010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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