#382B0C

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

Shades of Black Magic #382B0C

Tints of Black Magic #382B0C

Color information

#382B0C (or 0x382B0C) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 0C. RGB value is (56,43,12). Sum of RGB (Red+Green+Blue) = 56+43+12=111 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.45% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 12 (5.08% from 255 or 10.81% from 111); Max value from RGB is 56 - color contains mainly: red. Hex color #382B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B0C is #C7D4F3. Grayscale: #2B2B2B. Windows color (decimal): -13096180 or 797496. OLE color: 797496.

HSL color Cylindrical-coordinate representation of color #382B0C: hue angle of 42.27º 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 #382B0C is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.78.

Color convert

RGB564312-
CMYK00.230.790.78
HSL42.27º64.71%13.33%-
HSV(B)42.27º78.57%21.96%-
XYZ2.562.60.71-
YUV43.35110.31137.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 50.45%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 12 (5.08% from 255) = 10.81%
R=50.45%
G=38.74%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.79
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56431200.230.790.7842.2764.7113.33
Hex382BC0174F4E2a41d
Octal7053140271171165210115
Binary11100010101111000101111001111100111010101010000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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