Html Css Color HEX #213125 Black Bean

📋 copy color: '#213125'

red 33 ◦ green 49 ◦ blue 37

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

Shades of Black Bean #213125

Tints of Black Bean #213125

RGB

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

 GREEN value IS 49 (19.53% from 255) = 41.18%

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

R = 27.73%
G = 41.18%
B = 31.09%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.24

 K value IS 0.81

RGB Variations

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

Color information

#213125 (or 0x213125) is known color: Black Bean. HEX triplet: 21, 31 and 25. RGB value is (33,49,37). Sum of RGB (Red+Green+Blue) = 33+49+37=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 37 (14.84% from 255 or 31.09% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #213125 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213125 is #DECEDA. Grayscale: #2A2A2A. Windows color (decimal): -14601947 or 2437409. OLE color: 2437409.

HSL color Cylindrical-coordinate representation of color #213125: hue angle of 135º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #213125 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 37 -
CMYK 0.33 0 0.24 0.81
HSL 135º 0.2% 0.16% -
HSV(B) 135º 0.33% 0.19% -
XYZ 2.06 2.65 2.15 -
YUV 42.85 124.7 120.98 -
System Red Green Blue C M Y K H S L
Decimal 33 49 37 0.33 0 0.24 0.81 135 0.2 0.16
Hex 21 31 25 21 0 18 51 87 14 10
Octal 41 61 45 41 0 30 121 207 24 20
Binary 100001 110001 100101 100001 0 11000 1010001 10000111 10100 10000

Color Harmonies of #213125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213125

Black with #213125

Text Example


Text Example

White with #213125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213125; }

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

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

background-color css

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

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

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

border-color css

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

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

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