#382C0F

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

Shades of Black Magic #382C0F

Tints of Black Magic #382C0F

Color information

#382C0F (or 0x382C0F) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 0F. RGB value is (56,44,15). Sum of RGB (Red+Green+Blue) = 56+44+15=115 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.70% from 115); Green value is 44 (17.58% from 255 or 38.26% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 56 - color contains mainly: red. Hex color #382C0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C0F is #C7D3F0. Grayscale: #2C2C2C. Windows color (decimal): -13095921 or 994360. OLE color: 994360.

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

Color convert

RGB564415-
CMYK00.210.730.78
HSL42.44º57.75%13.92%-
HSV(B)42.44º73.21%21.96%-
XYZ2.622.680.83-
YUV44.28111.48136.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.70%
GREEN value IS 44 (17.58% from 255) = 38.26%
BLUE value IS 15 (6.25% from 255) = 13.04%
R=48.70%
G=38.26%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.73
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56441500.210.730.7842.4457.7513.92
Hex382CF015494E2a3ae
Octal705417025111116527216
Binary1110001011001111010101100100110011101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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