#382B0A

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

Shades of Black Magic #382B0A

Tints of Black Magic #382B0A

Color information

#382B0A (or 0x382B0A) is unknown color: approx Black Magic. HEX triplet: 38, 2B and 0A. RGB value is (56,43,10). Sum of RGB (Red+Green+Blue) = 56+43+10=109 (14% of max value = 765). Red value is 56 (22.27% from 255 or 51.38% from 109); Green value is 43 (17.19% from 255 or 39.45% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 56 - color contains mainly: red. Hex color #382B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #382B0A is #C7D4F5. Grayscale: #2B2B2B. Windows color (decimal): -13096182 or 666424. OLE color: 666424.

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

Color convert

RGB564310-
CMYK00.230.820.78
HSL43.04º69.7%12.94%-
HSV(B)43.04º82.14%21.96%-
XYZ2.552.590.65-
YUV43.12109.31137.18-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 51.38%
GREEN value IS 43 (17.19% from 255) = 39.45%
BLUE value IS 10 (4.30% from 255) = 9.17%
R=51.38%
G=39.45%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56431000.230.820.7843.0469.712.94
Hex382BA017524E2b46d
Octal7053120271221165310615
Binary11100010101110100101111010010100111010101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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