Html Css Color HEX #1F251D Black Forest

📋 copy color: '#1F251D'

red 31 ◦ green 37 ◦ blue 29

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

Shades of Black Forest #1F251D

Tints of Black Forest #1F251D

RGB

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

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

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

R = 31.96%
G = 38.14%
B = 29.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.85

RGB Variations

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

Color information

#1F251D (or 0x1F251D) is known color: Black Forest. HEX triplet: 1F, 25 and 1D. RGB value is (31,37,29). Sum of RGB (Red+Green+Blue) = 31+37+29=97 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.96% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251D is #E0DAE2. Grayscale: #222222. Windows color (decimal): -14736099 or 1910047. OLE color: 1910047.

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

Color convert

RGB 31 37 29 -
CMYK 0.16 0 0.22 0.85
HSL 105º 0.12% 0.13% -
HSV(B) 105º 0.22% 0.15% -
XYZ 1.45 1.7 1.41 -
YUV 34.29 125.01 125.65 -
System Red Green Blue C M Y K H S L
Decimal 31 37 29 0.16 0 0.22 0.85 105 0.12 0.13
Hex 1F 25 1D 10 0 16 55 69 C D
Octal 37 45 35 20 0 26 125 151 14 15
Binary 11111 100101 11101 10000 0 10110 1010101 1101001 1100 1101

Color Harmonies of #1F251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F251D

Black with #1F251D

Text Example


Text Example

White with #1F251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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