#402B07

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

Shades of Black Magic #402B07

Tints of Black Magic #402B07

Color information

#402B07 (or 0x402B07) is unknown color: approx Black Magic. HEX triplet: 40, 2B and 07. RGB value is (64,43,7). Sum of RGB (Red+Green+Blue) = 64+43+7=114 (15% of max value = 765). Red value is 64 (25.39% from 255 or 56.14% from 114); Green value is 43 (17.19% from 255 or 37.72% from 114); Blue value is 7 (3.12% from 255 or 6.14% from 114); Max value from RGB is 64 - color contains mainly: red. Hex color #402B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402B07 is #BFD4F8. Grayscale: #2D2D2D. Windows color (decimal): -12571897 or 469824. OLE color: 469824.

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

Color convert

RGB64437-
CMYK00.330.890.75
HSL37.89º80.28%13.92%-
HSV(B)37.89º89.06%25.1%-
XYZ3.022.830.59-
YUV45.18106.46141.43-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 56.14%
GREEN value IS 43 (17.19% from 255) = 37.72%
BLUE value IS 7 (3.12% from 255) = 6.14%
R=56.14%
G=37.72%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.89
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6443700.330.890.7537.8980.2813.92
Hex402B7021594B2650e
Octal1005370411311134612016
Binary100000010101111101000011011001100101110011010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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