#2A200A

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

Shades of Black Magic #2A200A

Tints of Black Magic #2A200A

Color information

#2A200A (or 0x2A200A) is unknown color: approx Black Magic. HEX triplet: 2A, 20 and 0A. RGB value is (42,32,10). Sum of RGB (Red+Green+Blue) = 42+32+10=84 (11% of max value = 765). Red value is 42 (16.80% from 255 or 50% from 84); Green value is 32 (12.89% from 255 or 38.10% from 84); Blue value is 10 (4.30% from 255 or 11.90% from 84); Max value from RGB is 42 - color contains mainly: red. Hex color #2A200A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A200A is #D5DFF5. Grayscale: #202020. Windows color (decimal): -14016502 or 663594. OLE color: 663594.

HSL color Cylindrical-coordinate representation of color #2A200A: hue angle of 41.25º degrees, saturation: 0.62, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A200A is Cyan = 0, Magento = 0.24, Yellow = 0.76 and Black (K on CMYK) = 0.84.

Color convert

RGB423210-
CMYK00.240.760.84
HSL41.25º61.54%10.2%-
HSV(B)41.25º76.19%16.47%-
XYZ1.531.550.51-
YUV32.48115.31134.79-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 38.10%
BLUE value IS 10 (4.30% from 255) = 11.90%
R=50%
G=38.10%
B=11.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.76
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42321000.240.760.8441.2561.5410.2
Hex2A20A0184C54293ea
Octal524012030114124517612
Binary1010101000001010011000100110010101001010011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A200A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2A200A; }

 p { color: rgb(42,32,10); }

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

<style>
 a { background-color: #2A200A; }

 a { background-color: rgb(42,32,10); }

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

<style>
 span { border-color: #2A200A; }

 span { border-color: rgb(42,32,10); }

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