Html Css Color HEX #1F2521 Black Bean

📋 copy color: '#1F2521'

red 31 ◦ green 37 ◦ blue 33

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

Shades of Black Bean #1F2521

Tints of Black Bean #1F2521

RGB

 RED value IS 31 (12.5% from 255) = 30.69%

 GREEN value IS 37 (14.84% from 255) = 36.63%

 BLUE value IS 33 (13.28% from 255) = 32.67%

R = 30.69%
G = 36.63%
B = 32.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.11

 K value IS 0.85

RGB Variations

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

Color information

#1F2521 (or 0x1F2521) is known color: Black Bean. HEX triplet: 1F, 25 and 21. RGB value is (31,37,33). Sum of RGB (Red+Green+Blue) = 31+37+33=101 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.69% from 101); Green value is 37 (14.84% from 255 or 36.63% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 37 - color contains mainly: green. Hex color #1F2521 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2521 is #E0DADE. Grayscale: #222222. Windows color (decimal): -14736095 or 2172191. OLE color: 2172191.

HSL color Cylindrical-coordinate representation of color #1F2521: hue angle of 140º degrees, saturation: 0.09, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #1F2521 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.

Color convert

RGB 31 37 33 -
CMYK 0.16 0 0.11 0.85
HSL 140º 0.09% 0.13% -
HSV(B) 140º 0.16% 0.15% -
XYZ 1.5 1.72 1.69 -
YUV 34.75 127.01 125.33 -
System Red Green Blue C M Y K H S L
Decimal 31 37 33 0.16 0 0.11 0.85 140 0.09 0.13
Hex 1F 25 21 10 0 B 55 8C 9 D
Octal 37 45 41 20 0 13 125 214 11 15
Binary 11111 100101 100001 10000 0 1011 1010101 10001100 1001 1101

Color Harmonies of #1F2521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2521

Black with #1F2521

Text Example


Text Example

White with #1F2521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F2521; }

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

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

background-color css

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

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

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

border-color css

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

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

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