Html Css Color HEX #1F241F Black Bean

📋 copy color: '#1F241F'

red 31 ◦ green 36 ◦ blue 31

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

Shades of Black Bean #1F241F

Tints of Black Bean #1F241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 36.73%

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

R = 31.63%
G = 36.73%
B = 31.63%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#1F241F (or 0x1F241F) is known color: Black Bean. HEX triplet: 1F, 24 and 1F. RGB value is (31,36,31). Sum of RGB (Red+Green+Blue) = 31+36+31=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 36 (14.45% from 255 or 36.73% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 36 - color contains mainly: green. Hex color #1F241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F241F is #E0DBE0. Grayscale: #212121. Windows color (decimal): -14736353 or 2040863. OLE color: 2040863.

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

Color convert

RGB 31 36 31 -
CMYK 0.14 0 0.14 0.86
HSL 120º 0.07% 0.13% -
HSV(B) 120º 0.14% 0.14% -
XYZ 1.44 1.65 1.54 -
YUV 33.94 126.34 125.91 -
System Red Green Blue C M Y K H S L
Decimal 31 36 31 0.14 0 0.14 0.86 120 0.07 0.13
Hex 1F 24 1F E 0 E 56 78 7 D
Octal 37 44 37 16 0 16 126 170 7 15
Binary 11111 100100 11111 1110 0 1110 1010110 1111000 111 1101

Color Harmonies of #1F241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F241F

Black with #1F241F

Text Example


Text Example

White with #1F241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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