#213425

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

Shades of Black Bean #213425

Tints of Black Bean #213425

Color information

#213425 (or 0x213425) is unknown color: approx Black Bean. HEX triplet: 21, 34 and 25. RGB value is (33,52,37). Sum of RGB (Red+Green+Blue) = 33+52+37=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #213425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213425 is #DECBDA. Grayscale: #2C2C2C. Windows color (decimal): -14601179 or 2438177. OLE color: 2438177.

HSL color Cylindrical-coordinate representation of color #213425: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213425 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.

Color convert

RGB335237-
CMYK0.3700.290.80
HSL132.63º22.35%16.67%-
HSV(B)132.63º36.54%20.39%-
XYZ2.192.912.2-
YUV44.61123.71119.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 52 (20.70% from 255) = 42.62%
BLUE value IS 37 (14.84% from 255) = 30.33%
R=27.05%
G=42.62%
B=30.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352370.3700.290.80132.6322.3516.67
Hex2134252501D50851611
Octal416445450351202052621
Binary1000011101001001011001010111011010000100001011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213425; }

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

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

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

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

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

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

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

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