#2A200D

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

Shades of Black Magic #2A200D

Tints of Black Magic #2A200D

Color information

#2A200D (or 0x2A200D) is unknown color: approx Black Magic. HEX triplet: 2A, 20 and 0D. RGB value is (42,32,13). Sum of RGB (Red+Green+Blue) = 42+32+13=87 (11% of max value = 765). Red value is 42 (16.80% from 255 or 48.28% from 87); Green value is 32 (12.89% from 255 or 36.78% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 42 - color contains mainly: red. Hex color #2A200D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A200D is #D5DFF2. Grayscale: #202020. Windows color (decimal): -14016499 or 860202. OLE color: 860202.

HSL color Cylindrical-coordinate representation of color #2A200D: hue angle of 39.31º 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 #2A200D is Cyan = 0, Magento = 0.24, Yellow = 0.69 and Black (K on CMYK) = 0.84.

Color convert

RGB423213-
CMYK00.240.690.84
HSL39.31º52.73%10.78%-
HSV(B)39.31º69.05%16.47%-
XYZ1.541.550.6-
YUV32.82116.81134.54-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 48.28%
GREEN value IS 32 (12.89% from 255) = 36.78%
BLUE value IS 13 (5.47% from 255) = 14.94%
R=48.28%
G=36.78%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.69
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal42321300.240.690.8439.3152.7310.78
Hex2A20D01845542735b
Octal524015030105124476513
Binary1010101000001101011000100010110101001001111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A200D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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