Html Css Color HEX #213025 Black Bean

📋 copy color: '#213025'

red 33 ◦ green 48 ◦ blue 37

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

Shades of Black Bean #213025

Tints of Black Bean #213025

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 value IS 0.31

 M value IS 0

 Y value IS 0.23

 K value IS 0.81

RGB Variations

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

Color information

#213025 (or 0x213025) is known color: 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

RGB 33 48 37 -
CMYK 0.31 0 0.23 0.81
HSL 136º 0.19% 0.16% -
HSV(B) 136º 0.31% 0.19% -
XYZ 2.02 2.57 2.14 -
YUV 42.26 125.03 121.39 -
System Red Green Blue C M Y K H S L
Decimal 33 48 37 0.31 0 0.23 0.81 136 0.19 0.16
Hex 21 30 25 1F 0 17 51 88 13 10
Octal 41 60 45 37 0 27 121 210 23 20
Binary 100001 110000 100101 11111 0 10111 1010001 10001000 10011 10000

Color Harmonies of #213025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213025

Black with #213025

Text Example


Text Example

White with #213025

Text Example


Text Example

HTML Codes & Css Web 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>