Html Css Color HEX #213727 Black Bean

📋 copy color: '#213727'

red 33 ◦ green 55 ◦ blue 39

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

Shades of Black Bean #213727

Tints of Black Bean #213727

RGB

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

 GREEN value IS 55 (21.88% from 255) = 43.31%

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

R = 25.98%
G = 43.31%
B = 30.71%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#213727 (or 0x213727) is known color: Black Bean. HEX triplet: 21, 37 and 27. RGB value is (33,55,39). Sum of RGB (Red+Green+Blue) = 33+55+39=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 55 (21.88% from 255 or 43.31% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 55 - color contains mainly: green. Hex color #213727 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213727 is #DEC8D8. Grayscale: #2E2E2E. Windows color (decimal): -14600409 or 2570017. OLE color: 2570017.

HSL color Cylindrical-coordinate representation of color #213727: hue angle of 136.36º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #213727 is Cyan = 0.4, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 33 55 39 -
CMYK 0.4 0 0.29 0.78
HSL 136.36º 0.25% 0.17% -
HSV(B) 136.36º 0.4% 0.22% -
XYZ 2.36 3.2 2.41 -
YUV 46.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 33 55 39 0.4 0 0.29 0.78 136.36 0.25 0.17
Hex 21 37 27 28 0 1D 4E 88 19 11
Octal 41 67 47 50 0 35 116 210 31 21
Binary 100001 110111 100111 101000 0 11101 1001110 10001000 11001 10001

Color Harmonies of #213727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213727

Black with #213727

Text Example


Text Example

White with #213727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213727; }

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

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

background-color css

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

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

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

border-color css

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

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

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