Html Css Color HEX #213026 Black Bean

📋 copy color: '#213026'

red 33 ◦ green 48 ◦ blue 38

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

Shades of Black Bean #213026

Tints of Black Bean #213026

RGB

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

 GREEN value IS 48 (19.14% from 255) = 40.34%

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

R = 27.73%
G = 40.34%
B = 31.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.21

 K value IS 0.81

RGB Variations

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

Color information

#213026 (or 0x213026) is known color: Black Bean. HEX triplet: 21, 30 and 26. RGB value is (33,48,38). Sum of RGB (Red+Green+Blue) = 33+48+38=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 48 (19.14% from 255 or 40.34% from 119); Blue value is 38 (15.23% from 255 or 31.93% from 119); Max value from RGB is 48 - color contains mainly: green. Hex color #213026 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213026 is #DECFD9. Grayscale: #2A2A2A. Windows color (decimal): -14602202 or 2502689. OLE color: 2502689.

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

Color convert

RGB 33 48 38 -
CMYK 0.31 0 0.21 0.81
HSL 140º 0.19% 0.16% -
HSV(B) 140º 0.31% 0.19% -
XYZ 2.03 2.58 2.22 -
YUV 42.38 125.53 121.31 -
System Red Green Blue C M Y K H S L
Decimal 33 48 38 0.31 0 0.21 0.81 140 0.19 0.16
Hex 21 30 26 1F 0 15 51 8C 13 10
Octal 41 60 46 37 0 25 121 214 23 20
Binary 100001 110000 100110 11111 0 10101 1010001 10001100 10011 10000

Color Harmonies of #213026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213026

Black with #213026

Text Example


Text Example

White with #213026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213026; }

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

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

background-color css

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

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

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

border-color css

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

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

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