Html Css Color HEX #1D241F Black Bean

📋 copy color: '#1D241F'

red 29 ◦ green 36 ◦ blue 31

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

Shades of Black Bean #1D241F

Tints of Black Bean #1D241F

RGB

 RED value IS 29 (11.72% from 255) = 30.21%

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

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

R = 30.21%
G = 37.5%
B = 32.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.14

 K value IS 0.86

RGB Variations

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

Color information

#1D241F (or 0x1D241F) is known color: Black Bean. HEX triplet: 1D, 24 and 1F. RGB value is (29,36,31). Sum of RGB (Red+Green+Blue) = 29+36+31=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 36 (14.45% from 255 or 37.5% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 36 - color contains mainly: green. Hex color #1D241F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D241F is #E2DBE0. Grayscale: #212121. Windows color (decimal): -14867425 or 2040861. OLE color: 2040861.

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

Color convert

RGB 29 36 31 -
CMYK 0.19 0 0.14 0.86
HSL 137.14º 0.11% 0.13% -
HSV(B) 137.14º 0.19% 0.14% -
XYZ 1.38 1.62 1.54 -
YUV 33.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 29 36 31 0.19 0 0.14 0.86 137.14 0.11 0.13
Hex 1D 24 1F 13 0 E 56 89 B D
Octal 35 44 37 23 0 16 126 211 13 15
Binary 11101 100100 11111 10011 0 1110 1010110 10001001 1011 1101

Color Harmonies of #1D241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D241F

Black with #1D241F

Text Example


Text Example

White with #1D241F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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