#382F1C

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

Shades of Black Magic #382F1C

Tints of Black Magic #382F1C

Color information

#382F1C (or 0x382F1C) is unknown color: approx Black Magic. HEX triplet: 38, 2F and 1C. RGB value is (56,47,28). Sum of RGB (Red+Green+Blue) = 56+47+28=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 28 (11.33% from 255 or 21.37% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382F1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382F1C is #C7D0E3. Grayscale: #2F2F2F. Windows color (decimal): -13095140 or 1847096. OLE color: 1847096.

HSL color Cylindrical-coordinate representation of color #382F1C: hue angle of 40.71º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #382F1C is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB564728-
CMYK00.160.500.78
HSL40.71º33.33%16.47%-
HSV(B)40.71º50%21.96%-
XYZ2.862.961.52-
YUV47.52116.98134.04-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 47 (18.75% from 255) = 35.88%
BLUE value IS 28 (11.33% from 255) = 21.37%
R=42.75%
G=35.88%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56472800.160.500.7840.7133.3316.47
Hex382F1C010324E292110
Octal70573402062116514120
Binary11100010111111100010000110010100111010100110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,47,28); }

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

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

 a { background-color: rgb(56,47,28); }

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

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

 span { border-color: rgb(56,47,28); }

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