#213024

Color #213024 Black Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Bean #213024

Tints of Black Bean #213024

Color information

#213024 (or 0x213024) is unknown color: approx 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

RGB334836-
CMYK0.3100.250.81
HSL132º18.52%15.88%-
HSV(B)132º31.25%18.82%-
XYZ22.562.06-
YUV42.15124.53121.48-

RGB Variations

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

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 (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348360.3100.250.8113218.5215.88
Hex2130241F01951841310
Octal416044370311212042320
Binary100001110000100100111110110011010001100001001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>