#402B0A

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

Shades of Black Magic #402B0A

Tints of Black Magic #402B0A

Color information

#402B0A (or 0x402B0A) is unknown color: approx Black Magic. HEX triplet: 40, 2B and 0A. RGB value is (64,43,10). Sum of RGB (Red+Green+Blue) = 64+43+10=117 (15% of max value = 765). Red value is 64 (25.39% from 255 or 54.70% from 117); Green value is 43 (17.19% from 255 or 36.75% from 117); Blue value is 10 (4.30% from 255 or 8.55% from 117); Max value from RGB is 64 - color contains mainly: red. Hex color #402B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B0A is #BFD4F5. Grayscale: #2D2D2D. Windows color (decimal): -12571894 or 666432. OLE color: 666432.

HSL color Cylindrical-coordinate representation of color #402B0A: hue angle of 36.67º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #402B0A is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.75.

Color convert

RGB644310-
CMYK00.330.840.75
HSL36.67º72.97%14.51%-
HSV(B)36.67º84.38%25.1%-
XYZ3.032.840.68-
YUV45.52107.96141.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 54.70%
GREEN value IS 43 (17.19% from 255) = 36.75%
BLUE value IS 10 (4.30% from 255) = 8.55%
R=54.70%
G=36.75%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.84
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64431000.330.840.7536.6772.9714.51
Hex402BA021544B2549f
Octal10053120411241134511117
Binary1000000101011101001000011010100100101110010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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