#402A00

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

Shades of Black Magic #402A00

Tints of Black Magic #402A00

Color information

#402A00 (or 0x402A00) is unknown color: approx Black Magic. HEX triplet: 40, 2A and 00. RGB value is (64,42,0). Sum of RGB (Red+Green+Blue) = 64+42+0=106 (14% of max value = 765). Red value is 64 (25.39% from 255 or 60.38% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 64 - color contains mainly: red. Hex color #402A00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #402A00 is #BFD5FF. Grayscale: #2B2B2B. Windows color (decimal): -12572160 or 10816. OLE color: 10816.

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

Color convert

RGB64420-
CMYK00.3410.75
HSL39.38º100%12.55%-
HSV(B)39.38º100%25.1%-
XYZ2.942.750.37-
YUV43.79103.29142.42-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.38%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 0 (0.39% from 255) = 0%
R=60.38%
G=39.62%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6442000.3410.7539.3810012.55
Hex402A0022644B2764d
Octal1005200421441134714415
Binary1000000101010001000101100100100101110011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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