#382C16

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

Shades of Black Magic #382C16

Tints of Black Magic #382C16

Color information

#382C16 (or 0x382C16) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 16. RGB value is (56,44,22). Sum of RGB (Red+Green+Blue) = 56+44+22=122 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.90% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 22 (8.98% from 255 or 18.03% from 122); Max value from RGB is 56 - color contains mainly: red. Hex color #382C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C16 is #C7D3E9. Grayscale: #2D2D2D. Windows color (decimal): -13095914 or 1453112. OLE color: 1453112.

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

Color convert

RGB564422-
CMYK00.210.610.78
HSL38.82º43.59%15.29%-
HSV(B)38.82º60.71%21.96%-
XYZ2.682.71.14-
YUV45.08114.98135.79-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.90%
GREEN value IS 44 (17.58% from 255) = 36.07%
BLUE value IS 22 (8.98% from 255) = 18.03%
R=45.90%
G=36.07%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56442200.210.610.7838.8243.5915.29
Hex382C160153D4E272cf
Octal70542602575116475417
Binary1110001011001011001010111110110011101001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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