Html Css Color HEX #213326 Black Bean

📋 copy color: '#213326'

red 33 ◦ green 51 ◦ blue 38

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

Shades of Black Bean #213326

Tints of Black Bean #213326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 41.8%

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

R = 27.05%
G = 41.8%
B = 31.15%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.25

 K value IS 0.8

RGB Variations

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

Color information

#213326 (or 0x213326) is known color: Black Bean. HEX triplet: 21, 33 and 26. RGB value is (33,51,38). Sum of RGB (Red+Green+Blue) = 33+51+38=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 51 (20.31% from 255 or 41.80% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 51 - color contains mainly: green. Hex color #213326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213326 is #DECCD9. Grayscale: #2C2C2C. Windows color (decimal): -14601434 or 2503457. OLE color: 2503457.

HSL color Cylindrical-coordinate representation of color #213326: hue angle of 136.67º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213326 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.

Color convert

RGB 33 51 38 -
CMYK 0.35 0 0.25 0.8
HSL 136.67º 0.21% 0.16% -
HSV(B) 136.67º 0.35% 0.2% -
XYZ 2.16 2.83 2.27 -
YUV 44.14 124.54 120.06 -
System Red Green Blue C M Y K H S L
Decimal 33 51 38 0.35 0 0.25 0.8 136.67 0.21 0.16
Hex 21 33 26 23 0 19 50 89 15 10
Octal 41 63 46 43 0 31 120 211 25 20
Binary 100001 110011 100110 100011 0 11001 1010000 10001001 10101 10000

Color Harmonies of #213326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213326

Black with #213326

Text Example


Text Example

White with #213326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213326; }

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

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

background-color css

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

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

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

border-color css

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

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

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