#2B1F05

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

Shades of Black Magic #2B1F05

Tints of Black Magic #2B1F05

Color information

#2B1F05 (or 0x2B1F05) is unknown color: approx Black Magic. HEX triplet: 2B, 1F and 05. RGB value is (43,31,5). Sum of RGB (Red+Green+Blue) = 43+31+5=79 (10% of max value = 765). Red value is 43 (17.19% from 255 or 54.43% from 79); Green value is 31 (12.5% from 255 or 39.24% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1F05 is #D4E0FA. Grayscale: #1F1F1F. Windows color (decimal): -13951227 or 335659. OLE color: 335659.

HSL color Cylindrical-coordinate representation of color #2B1F05: hue angle of 41.05º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #2B1F05 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.83.

Color convert

RGB43315-
CMYK00.280.880.83
HSL41.05º79.17%9.41%-
HSV(B)41.05º88.37%16.86%-
XYZ1.511.50.35-
YUV31.62112.98136.11-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 54.43%
GREEN value IS 31 (12.5% from 255) = 39.24%
BLUE value IS 5 (2.34% from 255) = 6.33%
R=54.43%
G=39.24%
B=6.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.88
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4331500.280.880.8341.0579.179.41
Hex2B1F501C5853294f9
Octal533750341301235111711
Binary101011111111010111001011000101001110100110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1F05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,31,5); }

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

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

 a { background-color: rgb(43,31,5); }

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

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

 span { border-color: rgb(43,31,5); }

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