#212C24

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

Shades of Black Bean #212C24

Tints of Black Bean #212C24

Color information

#212C24 (or 0x212C24) is unknown color: approx Black Bean. HEX triplet: 21, 2C and 24. RGB value is (33,44,36). Sum of RGB (Red+Green+Blue) = 33+44+36=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 44 (17.58% from 255 or 38.94% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 44 - color contains mainly: green. Hex color #212C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C24 is #DED3DB. Grayscale: #272727. Windows color (decimal): -14603228 or 2370593. OLE color: 2370593.

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

Color convert

RGB334436-
CMYK0.2500.180.83
HSL136.36º14.29%15.1%-
HSV(B)136.36º25%17.25%-
XYZ1.852.252.01-
YUV39.8125.86123.15-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 44 (17.58% from 255) = 38.94%
BLUE value IS 36 (14.45% from 255) = 31.86%
R=29.20%
G=38.94%
B=31.86%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3344360.2500.180.83136.3614.2915.1
Hex212C24190125388ef
Octal415444310221232101617
Binary1000011011001001001100101001010100111000100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,44,36); }

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

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

 a { background-color: rgb(33,44,36); }

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

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

 span { border-color: rgb(33,44,36); }

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