#402B06

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

Shades of Black Magic #402B06

Tints of Black Magic #402B06

Color information

#402B06 (or 0x402B06) is unknown color: approx Black Magic. HEX triplet: 40, 2B and 06. RGB value is (64,43,6). Sum of RGB (Red+Green+Blue) = 64+43+6=113 (14% of max value = 765). Red value is 64 (25.39% from 255 or 56.64% from 113); Green value is 43 (17.19% from 255 or 38.05% from 113); Blue value is 6 (2.73% from 255 or 5.31% from 113); Max value from RGB is 64 - color contains mainly: red. Hex color #402B06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B06 is #BFD4F9. Grayscale: #2D2D2D. Windows color (decimal): -12571898 or 404288. OLE color: 404288.

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

Color convert

RGB64436-
CMYK00.330.910.75
HSL38.28º82.86%13.73%-
HSV(B)38.28º90.62%25.1%-
XYZ3.012.830.56-
YUV45.06105.96141.51-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.64%
GREEN value IS 43 (17.19% from 255) = 38.05%
BLUE value IS 6 (2.73% from 255) = 5.31%
R=56.64%
G=38.05%
B=5.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6443600.330.910.7538.2882.8613.73
Hex402B60215B4B2653e
Octal1005360411331134612316
Binary100000010101111001000011011011100101110011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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