#2A210D

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

Shades of Black Magic #2A210D

Tints of Black Magic #2A210D

Color information

#2A210D (or 0x2A210D) is unknown color: approx Black Magic. HEX triplet: 2A, 21 and 0D. RGB value is (42,33,13). Sum of RGB (Red+Green+Blue) = 42+33+13=88 (11% of max value = 765). Red value is 42 (16.80% from 255 or 47.73% from 88); Green value is 33 (13.28% from 255 or 37.5% from 88); Blue value is 13 (5.47% from 255 or 14.77% from 88); Max value from RGB is 42 - color contains mainly: red. Hex color #2A210D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A210D is #D5DEF2. Grayscale: #212121. Windows color (decimal): -14016243 or 860458. OLE color: 860458.

HSL color Cylindrical-coordinate representation of color #2A210D: hue angle of 41.38º degrees, saturation: 0.53, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A210D is Cyan = 0, Magento = 0.21, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB423313-
CMYK00.210.690.84
HSL41.38º52.73%10.78%-
HSV(B)41.38º69.05%16.47%-
XYZ1.571.610.61-
YUV33.41116.48134.13-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 47.73%
GREEN value IS 33 (13.28% from 255) = 37.5%
BLUE value IS 13 (5.47% from 255) = 14.77%
R=47.73%
G=37.5%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42331300.210.690.8441.3852.7310.78
Hex2A21D01545542935b
Octal524115025105124516513
Binary1010101000011101010101100010110101001010011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A210D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,33,13); }

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

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

 a { background-color: rgb(42,33,13); }

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

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

 span { border-color: rgb(42,33,13); }

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