#212D23

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

Shades of Black Bean #212D23

Tints of Black Bean #212D23

Color information

#212D23 (or 0x212D23) is unknown color: approx Black Bean. HEX triplet: 21, 2D and 23. RGB value is (33,45,35). Sum of RGB (Red+Green+Blue) = 33+45+35=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #212D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D23 is #DED2DC. Grayscale: #282828. Windows color (decimal): -14602973 or 2305313. OLE color: 2305313.

HSL color Cylindrical-coordinate representation of color #212D23: hue angle of 130º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D23 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.

Color convert

RGB334535-
CMYK0.2700.220.82
HSL130º15.38%15.29%-
HSV(B)130º26.67%17.65%-
XYZ1.872.321.94-
YUV40.27125.02122.81-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 45 (17.97% from 255) = 39.82%
BLUE value IS 35 (14.06% from 255) = 30.97%
R=29.20%
G=39.82%
B=30.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3345350.2700.220.8213015.3815.29
Hex212D231B0165282ff
Octal415543330261222021717
Binary1000011011011000111101101011010100101000001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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