Html Css Color HEX #213325 Black Bean

📋 copy color: '#213325'

red 33 ◦ green 51 ◦ blue 37

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

Shades of Black Bean #213325

Tints of Black Bean #213325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 42.15%

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

R = 27.27%
G = 42.15%
B = 30.58%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#213325 (or 0x213325) is known color: Black Bean. HEX triplet: 21, 33 and 25. RGB value is (33,51,37). Sum of RGB (Red+Green+Blue) = 33+51+37=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #213325 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213325 is #DECCDA. Grayscale: #2C2C2C. Windows color (decimal): -14601435 or 2437921. OLE color: 2437921.

HSL color Cylindrical-coordinate representation of color #213325: hue angle of 133.33º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213325 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 37 -
CMYK 0.35 0 0.27 0.8
HSL 133.33º 0.21% 0.16% -
HSV(B) 133.33º 0.35% 0.2% -
XYZ 2.14 2.82 2.18 -
YUV 44.02 124.04 120.14 -
System Red Green Blue C M Y K H S L
Decimal 33 51 37 0.35 0 0.27 0.8 133.33 0.21 0.16
Hex 21 33 25 23 0 1B 50 85 15 10
Octal 41 63 45 43 0 33 120 205 25 20
Binary 100001 110011 100101 100011 0 11011 1010000 10000101 10101 10000

Color Harmonies of #213325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213325

Black with #213325

Text Example


Text Example

White with #213325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213325; }

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

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

background-color css

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

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

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

border-color css

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

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

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