#2D230B

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

Shades of Black Magic #2D230B

Tints of Black Magic #2D230B

Color information

#2D230B (or 0x2D230B) is unknown color: approx Black Magic. HEX triplet: 2D, 23 and 0B. RGB value is (45,35,11). Sum of RGB (Red+Green+Blue) = 45+35+11=91 (12% of max value = 765). Red value is 45 (17.97% from 255 or 49.45% from 91); Green value is 35 (14.06% from 255 or 38.46% from 91); Blue value is 11 (4.69% from 255 or 12.09% from 91); Max value from RGB is 45 - color contains mainly: red. Hex color #2D230B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D230B is #D2DCF4. Grayscale: #232323. Windows color (decimal): -13819125 or 729901. OLE color: 729901.

HSL color Cylindrical-coordinate representation of color #2D230B: hue angle of 42.35º degrees, saturation: 0.61, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D230B is Cyan = 0, Magento = 0.22, Yellow = 0.76 and Black (K on CMYK) = 0.82.

Color convert

RGB453511-
CMYK00.220.760.82
HSL42.35º60.71%10.98%-
HSV(B)42.35º75.56%17.65%-
XYZ1.741.780.57-
YUV35.25114.31134.95-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 49.45%
GREEN value IS 35 (14.06% from 255) = 38.46%
BLUE value IS 11 (4.69% from 255) = 12.09%
R=49.45%
G=38.46%
B=12.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.76
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal45351100.220.760.8242.3560.7110.98
Hex2D23B0164C522a3db
Octal554313026114122527513
Binary1011011000111011010110100110010100101010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D230B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,35,11); }

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

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

 a { background-color: rgb(45,35,11); }

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

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

 span { border-color: rgb(45,35,11); }

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