Html Css Color HEX #213527 Black Bean

📋 copy color: '#213527'

red 33 ◦ green 53 ◦ blue 39

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

Shades of Black Bean #213527

Tints of Black Bean #213527

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.4%

 BLUE value IS 39 (15.63% from 255) = 31.2%

R = 26.4%
G = 42.4%
B = 31.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#213527 (or 0x213527) is known color: Black Bean. HEX triplet: 21, 35 and 27. RGB value is (33,53,39). Sum of RGB (Red+Green+Blue) = 33+53+39=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #213527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213527 is #DECAD8. Grayscale: #2D2D2D. Windows color (decimal): -14600921 or 2569505. OLE color: 2569505.

HSL color Cylindrical-coordinate representation of color #213527: hue angle of 138º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213527 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.

Color convert

RGB 33 53 39 -
CMYK 0.38 0 0.26 0.79
HSL 138º 0.23% 0.17% -
HSV(B) 138º 0.38% 0.21% -
XYZ 2.27 3.02 2.38 -
YUV 45.42 124.37 119.14 -
System Red Green Blue C M Y K H S L
Decimal 33 53 39 0.38 0 0.26 0.79 138 0.23 0.17
Hex 21 35 27 26 0 1A 4F 8A 17 11
Octal 41 65 47 46 0 32 117 212 27 21
Binary 100001 110101 100111 100110 0 11010 1001111 10001010 10111 10001

Color Harmonies of #213527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213527

Black with #213527

Text Example


Text Example

White with #213527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213527; }

 p { color: rgb(33,53,39); }

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

background-color css

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

 a { background-color: rgb(33,53,39); }

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

border-color css

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

 span { border-color: rgb(33,53,39); }

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