#2B251A

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

Shades of Black Magic #2B251A

Tints of Black Magic #2B251A

Color information

#2B251A (or 0x2B251A) is unknown color: approx Black Magic. HEX triplet: 2B, 25 and 1A. RGB value is (43,37,26). Sum of RGB (Red+Green+Blue) = 43+37+26=106 (14% of max value = 765). Red value is 43 (17.19% from 255 or 40.57% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 43 - color contains mainly: red. Hex color #2B251A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B251A is #D4DAE5. Grayscale: #252525. Windows color (decimal): -13949670 or 1713451. OLE color: 1713451.

HSL color Cylindrical-coordinate representation of color #2B251A: hue angle of 38.82º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #2B251A is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.83.

Color convert

RGB433726-
CMYK00.140.400.83
HSL38.82º24.64%13.53%-
HSV(B)38.82º39.53%16.86%-
XYZ1.841.911.25-
YUV37.54121.49131.89-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 40.57%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=40.57%
G=34.91%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43372600.140.400.8338.8224.6413.53
Hex2B251A0E28532719e
Octal53453201650123473116
Binary10101110010111010011101010001010011100111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B251A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,37,26); }

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

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

 a { background-color: rgb(43,37,26); }

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

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

 span { border-color: rgb(43,37,26); }

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