#402A01

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

Shades of Black Magic #402A01

Tints of Black Magic #402A01

Color information

#402A01 (or 0x402A01) is unknown color: approx Black Magic. HEX triplet: 40, 2A and 01. RGB value is (64,42,1). Sum of RGB (Red+Green+Blue) = 64+42+1=107 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.81% from 107); Green value is 42 (16.80% from 255 or 39.25% from 107); Blue value is 1 (0.78% from 255 or 0.93% from 107); Max value from RGB is 64 - color contains mainly: red. Hex color #402A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A01 is #BFD5FE. Grayscale: #2C2C2C. Windows color (decimal): -12572159 or 76352. OLE color: 76352.

HSL color Cylindrical-coordinate representation of color #402A01: hue angle of 39.05º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #402A01 is Cyan = 0, Magento = 0.34, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB64421-
CMYK00.340.980.75
HSL39.05º96.92%12.75%-
HSV(B)39.05º98.44%25.1%-
XYZ2.952.750.4-
YUV43.9103.79142.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.81%
GREEN value IS 42 (16.80% from 255) = 39.25%
BLUE value IS 1 (0.78% from 255) = 0.93%
R=59.81%
G=39.25%
B=0.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6442100.340.980.7539.0596.9212.75
Hex402A1022624B2761d
Octal1005210421421134714115
Binary1000000101010101000101100010100101110011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,1); }

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

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

 a { background-color: rgb(64,42,1); }

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

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

 span { border-color: rgb(64,42,1); }

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