Html Css Color HEX #1F241D Black Forest

📋 copy color: '#1F241D'

red 31 ◦ green 36 ◦ blue 29

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

Shades of Black Forest #1F241D

Tints of Black Forest #1F241D

RGB

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

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

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

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

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.86

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #1F241D: hue angle of 102.86º 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 #1F241D is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.86.

Color convert

RGB 31 36 29 -
CMYK 0.14 0 0.19 0.86
HSL 102.86º 0.11% 0.13% -
HSV(B) 102.86º 0.19% 0.14% -
XYZ 1.42 1.64 1.4 -
YUV 33.71 125.34 126.07 -
System Red Green Blue C M Y K H S L
Decimal 31 36 29 0.14 0 0.19 0.86 102.86 0.11 0.13
Hex 1F 24 1D E 0 13 56 67 B D
Octal 37 44 35 16 0 23 126 147 13 15
Binary 11111 100100 11101 1110 0 10011 1010110 1100111 1011 1101

Color Harmonies of #1F241D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F241D

Black with #1F241D

Text Example


Text Example

White with #1F241D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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