#2B2823

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

Shades of Black Magic #2B2823

Tints of Black Magic #2B2823

Color information

#2B2823 (or 0x2B2823) is unknown color: approx Black Magic. HEX triplet: 2B, 28 and 23. RGB value is (43,40,35). Sum of RGB (Red+Green+Blue) = 43+40+35=118 (15% of max value = 765). Red value is 43 (17.19% from 255 or 36.44% from 118); Green value is 40 (16.02% from 255 or 33.90% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 43 - color contains mainly: red. Hex color #2B2823 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2823 is #D4D7DC. Grayscale: #282828. Windows color (decimal): -13948893 or 2304043. OLE color: 2304043.

HSL color Cylindrical-coordinate representation of color #2B2823: hue angle of 37.5º degrees, saturation: 0.1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2B2823 is Cyan = 0, Magento = 0.07, Yellow = 0.19 and Black (K on CMYK) = 0.83.

Color convert

RGB434035-
CMYK00.070.190.83
HSL37.5º10.26%15.29%-
HSV(B)37.5º18.6%16.86%-
XYZ2.062.151.9-
YUV40.33124.99129.91-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 36.44%
GREEN value IS 40 (16.02% from 255) = 33.90%
BLUE value IS 35 (14.06% from 255) = 29.66%
R=36.44%
G=33.90%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.19
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal43403500.070.190.8337.510.2615.29
Hex2B282307135326af
Octal5350430723123461217
Binary101011101000100011011110011101001110011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,40,35); }

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

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

 a { background-color: rgb(43,40,35); }

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

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

 span { border-color: rgb(43,40,35); }

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