#382C0C

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

Shades of Black Magic #382C0C

Tints of Black Magic #382C0C

Color information

#382C0C (or 0x382C0C) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 0C. RGB value is (56,44,12). Sum of RGB (Red+Green+Blue) = 56+44+12=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 44 (17.58% from 255 or 39.29% from 112); Blue value is 12 (5.08% from 255 or 10.71% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #382C0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C0C is #C7D3F3. Grayscale: #2C2C2C. Windows color (decimal): -13095924 or 797752. OLE color: 797752.

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

Color convert

RGB564412-
CMYK00.210.790.78
HSL43.64º64.71%13.33%-
HSV(B)43.64º78.57%21.96%-
XYZ2.62.670.73-
YUV43.94109.98136.6-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50%
GREEN value IS 44 (17.58% from 255) = 39.29%
BLUE value IS 12 (5.08% from 255) = 10.71%
R=50%
G=39.29%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56441200.210.790.7843.6464.7113.33
Hex382CC0154F4E2c41d
Octal7054140251171165410115
Binary11100010110011000101011001111100111010110010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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