#213025

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

Shades of Black Bean #213025

Tints of Black Bean #213025

Color information

#213025 (or 0x213025) is unknown color: approx Black Bean. HEX triplet: 21, 30 and 25. RGB value is (33,48,37). Sum of RGB (Red+Green+Blue) = 33+48+37=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 48 - color contains mainly: green. Hex color #213025 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213025 is #DECFDA. Grayscale: #2A2A2A. Windows color (decimal): -14602203 or 2437153. OLE color: 2437153.

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

Color convert

RGB334837-
CMYK0.3100.230.81
HSL136º18.52%15.88%-
HSV(B)136º31.25%18.82%-
XYZ2.022.572.14-
YUV42.26125.03121.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.97%
GREEN value IS 48 (19.14% from 255) = 40.68%
BLUE value IS 37 (14.84% from 255) = 31.36%
R=27.97%
G=40.68%
B=31.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3348370.3100.230.8113618.5215.88
Hex2130251F01751881310
Octal416045370271212102320
Binary100001110000100101111110101111010001100010001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213025; }

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

 H1.HeaderClassName
 {
   color: #213025;
 }
 .AnyTagClassName
 {
   color: #213025;
 }
</style>
background-color css

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

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

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

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

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

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