Html Css Color HEX #1F201F Black Bean

📋 copy color: '#1F201F'

red 31 ◦ green 32 ◦ blue 31

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

Shades of Black Bean #1F201F

Tints of Black Bean #1F201F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 34.04%

 BLUE value IS 31 (12.5% from 255) = 32.98%

R = 32.98%
G = 34.04%
B = 32.98%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#1F201F (or 0x1F201F) is known color: Black Bean. HEX triplet: 1F, 20 and 1F. RGB value is (31,32,31). Sum of RGB (Red+Green+Blue) = 31+32+31=94 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.98% from 94); Green value is 32 (12.89% from 255 or 34.04% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 32 - color contains mainly: green. Hex color #1F201F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F201F is #E0DFE0. Grayscale: #1F1F1F. Windows color (decimal): -14737377 or 2039839. OLE color: 2039839.

HSL color Cylindrical-coordinate representation of color #1F201F: hue angle of 120º degrees, saturation: 0.02, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #1F201F is Cyan = 0.03, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.

Color convert

RGB 31 32 31 -
CMYK 0.03 0 0.03 0.87
HSL 120º 0.02% 0.12% -
HSV(B) 120º 0.03% 0.13% -
XYZ 1.33 1.42 1.5 -
YUV 31.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 31 32 31 0.03 0 0.03 0.87 120 0.02 0.12
Hex 1F 20 1F 3 0 3 57 78 2 C
Octal 37 40 37 3 0 3 127 170 2 14
Binary 11111 100000 11111 11 0 11 1010111 1111000 10 1100

Color Harmonies of #1F201F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F201F

Black with #1F201F

Text Example


Text Example

White with #1F201F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,32,31); }

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

background-color css

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

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

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

border-color css

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

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

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