Html Css Color HEX #213225 Black Bean

📋 copy color: '#213225'

red 33 ◦ green 50 ◦ blue 37

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

Shades of Black Bean #213225

Tints of Black Bean #213225

RGB

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

 GREEN value IS 50 (19.92% from 255) = 41.67%

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

R = 27.5%
G = 41.67%
B = 30.83%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.80

RGB Variations

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

Color information

#213225 (or 0x213225) is known color: Black Bean. HEX triplet: 21, 32 and 25. RGB value is (33,50,37). Sum of RGB (Red+Green+Blue) = 33+50+37=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #213225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213225 is #DECDDA. Grayscale: #2B2B2B. Windows color (decimal): -14601691 or 2437665. OLE color: 2437665.

HSL color Cylindrical-coordinate representation of color #213225: hue angle of 134.12º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213225 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 50 37 -
CMYK 0.34 0 0.26 0.80
HSL 134.12º 0.2% 0.16% -
HSV(B) 134.12º 0.34% 0.2% -
XYZ 2.1 2.74 2.17 -
YUV 43.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 33 50 37 0.34 0 0.26 0.80 134.12 0.2 0.16
Hex 21 32 25 22 0 1A 50 86 14 10
Octal 41 62 45 42 0 32 120 206 24 20
Binary 100001 110010 100101 100010 0 11010 1010000 10000110 10100 10000

Color Harmonies of #213225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213225

Black with #213225

Text Example


Text Example

White with #213225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213225; }

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

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

background-color css

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

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

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

border-color css

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

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

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