Html Css Color HEX #212E25 Black Bean

📋 copy color: '#212E25'

red 33 ◦ green 46 ◦ blue 37

#212E25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Bean #212E25

Tints of Black Bean #212E25

RGB

 RED value IS 33 (13.28% from 255) = 28.45%

 GREEN value IS 46 (18.36% from 255) = 39.66%

 BLUE value IS 37 (14.84% from 255) = 31.9%

R = 28.45%
G = 39.66%
B = 31.9%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.20

 K value IS 0.82

RGB Variations

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

Color information

#212E25 (or 0x212E25) is known color: Black Bean. HEX triplet: 21, 2E and 25. RGB value is (33,46,37). Sum of RGB (Red+Green+Blue) = 33+46+37=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #212E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E25 is #DED1DA. Grayscale: #292929. Windows color (decimal): -14602715 or 2436641. OLE color: 2436641.

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

Color convert

RGB 33 46 37 -
CMYK 0.28 0 0.20 0.82
HSL 138.46º 0.16% 0.15% -
HSV(B) 138.46º 0.28% 0.18% -
XYZ 1.94 2.41 2.11 -
YUV 41.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 33 46 37 0.28 0 0.20 0.82 138.46 0.16 0.15
Hex 21 2E 25 1C 0 14 52 8A 10 F
Octal 41 56 45 34 0 24 122 212 20 17
Binary 100001 101110 100101 11100 0 10100 1010010 10001010 10000 1111

Color Harmonies of #212E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212E25

Black with #212E25

Text Example


Text Example

White with #212E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,46,37); }

 H1.HeaderClassName
 {
   color: #212E25;
 }
 .AnyTagClassName
 {
   color: #212E25;
 }
</style>

background-color css

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

 a { background-color: rgb(33,46,37); }

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

border-color css

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

 span { border-color: rgb(33,46,37); }

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