Html Css Color HEX #213024 Black Bean

📋 copy color: '#213024'

red 33 ◦ green 48 ◦ blue 36

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

Shades of Black Bean #213024

Tints of Black Bean #213024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 30.77%

R = 28.21%
G = 41.03%
B = 30.77%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.25

 K value IS 0.81

RGB Variations

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

Color information

#213024 (or 0x213024) is known color: Black Bean. HEX triplet: 21, 30 and 24. RGB value is (33,48,36). Sum of RGB (Red+Green+Blue) = 33+48+36=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 36 (14.45% from 255 or 30.77% from 117); Max value from RGB is 48 - color contains mainly: green. Hex color #213024 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213024 is #DECFDB. Grayscale: #2A2A2A. Windows color (decimal): -14602204 or 2371617. OLE color: 2371617.

HSL color Cylindrical-coordinate representation of color #213024: hue angle of 132º 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 #213024 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 48 36 -
CMYK 0.31 0 0.25 0.81
HSL 132º 0.19% 0.16% -
HSV(B) 132º 0.31% 0.19% -
XYZ 2 2.56 2.06 -
YUV 42.15 124.53 121.48 -
System Red Green Blue C M Y K H S L
Decimal 33 48 36 0.31 0 0.25 0.81 132 0.19 0.16
Hex 21 30 24 1F 0 19 51 84 13 10
Octal 41 60 44 37 0 31 121 204 23 20
Binary 100001 110000 100100 11111 0 11001 1010001 10000100 10011 10000

Color Harmonies of #213024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213024

Black with #213024

Text Example


Text Example

White with #213024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #213024; }

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

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

background-color css

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

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

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

border-color css

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

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

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