#382C08

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

Shades of Black Magic #382C08

Tints of Black Magic #382C08

Color information

#382C08 (or 0x382C08) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 08. RGB value is (56,44,8). Sum of RGB (Red+Green+Blue) = 56+44+8=108 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.85% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 56 - color contains mainly: red. Hex color #382C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C08 is #C7D3F7. Grayscale: #2B2B2B. Windows color (decimal): -13095928 or 535608. OLE color: 535608.

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

Color convert

RGB56448-
CMYK00.210.860.78
HSL45º75%12.55%-
HSV(B)45º85.71%21.96%-
XYZ2.582.660.61-
YUV43.48107.98136.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.85%
GREEN value IS 44 (17.58% from 255) = 40.74%
BLUE value IS 8 (3.52% from 255) = 7.41%
R=51.85%
G=40.74%
B=7.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.86
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5644800.210.860.78457512.55
Hex382C8015564E2d4bd
Octal7054100251261165511315
Binary11100010110010000101011010110100111010110110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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