#382C10

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

Shades of Black Magic #382C10

Tints of Black Magic #382C10

Color information

#382C10 (or 0x382C10) is unknown color: approx Black Magic. HEX triplet: 38, 2C and 10. RGB value is (56,44,16). Sum of RGB (Red+Green+Blue) = 56+44+16=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 44 (17.58% from 255 or 37.93% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #382C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382C10 is #C7D3EF. Grayscale: #2C2C2C. Windows color (decimal): -13095920 or 1059896. OLE color: 1059896.

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

Color convert

RGB564416-
CMYK00.210.710.78
HSL42º55.56%14.12%-
HSV(B)42º71.43%21.96%-
XYZ2.632.680.87-
YUV44.4111.98136.28-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 48.28%
GREEN value IS 44 (17.58% from 255) = 37.93%
BLUE value IS 16 (6.64% from 255) = 13.79%
R=48.28%
G=37.93%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56441600.210.710.784255.5614.12
Hex382C10015474E2a38e
Octal705420025107116527016
Binary11100010110010000010101100011110011101010101110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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