#212B23

Color #212B23 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #212B23

Tints of Black Bean #212B23

Color information

#212B23 (or 0x212B23) is unknown color: approx Black Bean. HEX triplet: 21, 2B and 23. RGB value is (33,43,35). Sum of RGB (Red+Green+Blue) = 33+43+35=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 43 - color contains mainly: green. Hex color #212B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B23 is #DED4DC. Grayscale: #272727. Windows color (decimal): -14603485 or 2304801. OLE color: 2304801.

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

Color convert

RGB334335-
CMYK0.2300.190.83
HSL132º13.16%14.9%-
HSV(B)132º23.26%16.86%-
XYZ1.792.171.91-
YUV39.1125.69123.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 43 (17.19% from 255) = 38.74%
BLUE value IS 35 (14.06% from 255) = 31.53%
R=29.73%
G=38.74%
B=31.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3343350.2300.190.8313213.1614.9
Hex212B23170135384df
Octal415343270231232041517
Binary1000011010111000111011101001110100111000010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212B23; }

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

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

<style>
 a { background-color: #212B23; }

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

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

<style>
 span { border-color: #212B23; }

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

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