Html Css Color HEX #213426 Black Bean

📋 copy color: '#213426'

red 33 ◦ green 52 ◦ blue 38

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

Shades of Black Bean #213426

Tints of Black Bean #213426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.89%

R = 26.83%
G = 42.28%
B = 30.89%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.27

 K value IS 0.80

RGB Variations

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

Color information

#213426 (or 0x213426) is known color: Black Bean. HEX triplet: 21, 34 and 26. RGB value is (33,52,38). Sum of RGB (Red+Green+Blue) = 33+52+38=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 52 (20.70% from 255 or 42.28% from 123); Blue value is 38 (15.23% from 255 or 30.89% from 123); Max value from RGB is 52 - color contains mainly: green. Hex color #213426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213426 is #DECBD9. Grayscale: #2C2C2C. Windows color (decimal): -14601178 or 2503713. OLE color: 2503713.

HSL color Cylindrical-coordinate representation of color #213426: hue angle of 135.79º 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 #213426 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.

Color convert

RGB 33 52 38 -
CMYK 0.37 0 0.27 0.80
HSL 135.79º 0.22% 0.17% -
HSV(B) 135.79º 0.37% 0.2% -
XYZ 2.21 2.92 2.28 -
YUV 44.72 124.21 119.64 -
System Red Green Blue C M Y K H S L
Decimal 33 52 38 0.37 0 0.27 0.80 135.79 0.22 0.17
Hex 21 34 26 25 0 1B 50 88 16 11
Octal 41 64 46 45 0 33 120 210 26 21
Binary 100001 110100 100110 100101 0 11011 1010000 10001000 10110 10001

Color Harmonies of #213426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213426

Black with #213426

Text Example


Text Example

White with #213426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213426; }

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

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

background-color css

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

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

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

border-color css

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

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

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