#2B1E05

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

Shades of Black Magic #2B1E05

Tints of Black Magic #2B1E05

Color information

#2B1E05 (or 0x2B1E05) is unknown color: approx Black Magic. HEX triplet: 2B, 1E and 05. RGB value is (43,30,5). Sum of RGB (Red+Green+Blue) = 43+30+5=78 (10% of max value = 765). Red value is 43 (17.19% from 255 or 55.13% from 78); Green value is 30 (12.11% from 255 or 38.46% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 43 - color contains mainly: red. Hex color #2B1E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2B1E05 is #D4E1FA. Grayscale: #1F1F1F. Windows color (decimal): -13951483 or 335403. OLE color: 335403.

HSL color Cylindrical-coordinate representation of color #2B1E05: hue angle of 39.47º 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 #2B1E05 is Cyan = 0, Magento = 0.30, Yellow = 0.88 and Black (K on CMYK) = 0.83.

Color convert

RGB43305-
CMYK00.300.880.83
HSL39.47º79.17%9.41%-
HSV(B)39.47º88.37%16.86%-
XYZ1.491.450.35-
YUV31.04113.31136.53-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 55.13%
GREEN value IS 30 (12.11% from 255) = 38.46%
BLUE value IS 5 (2.34% from 255) = 6.41%
R=55.13%
G=38.46%
B=6.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.88
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal4330500.300.880.8339.4779.179.41
Hex2B1E501E5853274f9
Octal533650361301234711711
Binary101011111101010111101011000101001110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B1E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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