Html Css Color HEX #213427 Black Bean

📋 copy color: '#213427'

red 33 ◦ green 52 ◦ blue 39

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

Shades of Black Bean #213427

Tints of Black Bean #213427

RGB

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

 GREEN value IS 52 (20.7% from 255) = 41.94%

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

R = 26.61%
G = 41.94%
B = 31.45%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.80

RGB Variations

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

Color information

#213427 (or 0x213427) is known color: Black Bean. HEX triplet: 21, 34 and 27. RGB value is (33,52,39). Sum of RGB (Red+Green+Blue) = 33+52+39=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 52 (20.70% from 255 or 41.94% from 124); Blue value is 39 (15.62% from 255 or 31.45% from 124); Max value from RGB is 52 - color contains mainly: green. Hex color #213427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213427 is #DECBD8. Grayscale: #2C2C2C. Windows color (decimal): -14601177 or 2569249. OLE color: 2569249.

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

Color convert

RGB 33 52 39 -
CMYK 0.37 0 0.25 0.80
HSL 138.95º 0.22% 0.17% -
HSV(B) 138.95º 0.37% 0.2% -
XYZ 2.22 2.93 2.37 -
YUV 44.84 124.71 119.56 -
System Red Green Blue C M Y K H S L
Decimal 33 52 39 0.37 0 0.25 0.80 138.95 0.22 0.17
Hex 21 34 27 25 0 19 50 8B 16 11
Octal 41 64 47 45 0 31 120 213 26 21
Binary 100001 110100 100111 100101 0 11001 1010000 10001011 10110 10001

Color Harmonies of #213427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213427

Black with #213427

Text Example


Text Example

White with #213427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213427; }

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

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

background-color css

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

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

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

border-color css

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

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

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