Html Css Color HEX #213126 Black Bean

📋 copy color: '#213126'

red 33 ◦ green 49 ◦ blue 38

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

Shades of Black Bean #213126

Tints of Black Bean #213126

RGB

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

 GREEN value IS 49 (19.53% from 255) = 40.83%

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

R = 27.5%
G = 40.83%
B = 31.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.81

RGB Variations

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

Color information

#213126 (or 0x213126) is known color: Black Bean. HEX triplet: 21, 31 and 26. RGB value is (33,49,38). Sum of RGB (Red+Green+Blue) = 33+49+38=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #213126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213126 is #DECED9. Grayscale: #2A2A2A. Windows color (decimal): -14601946 or 2502945. OLE color: 2502945.

HSL color Cylindrical-coordinate representation of color #213126: hue angle of 138.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #213126 is Cyan = 0.33, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 49 38 -
CMYK 0.33 0 0.22 0.81
HSL 138.75º 0.2% 0.16% -
HSV(B) 138.75º 0.33% 0.19% -
XYZ 2.08 2.66 2.24 -
YUV 42.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 33 49 38 0.33 0 0.22 0.81 138.75 0.2 0.16
Hex 21 31 26 21 0 16 51 8B 14 10
Octal 41 61 46 41 0 26 121 213 24 20
Binary 100001 110001 100110 100001 0 10110 1010001 10001011 10100 10000

Color Harmonies of #213126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213126

Black with #213126

Text Example


Text Example

White with #213126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213126; }

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

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

background-color css

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

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

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

border-color css

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

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

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