Html Css Color HEX #1F251B Black Forest

📋 copy color: '#1F251B'

red 31 ◦ green 37 ◦ blue 27

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

Shades of Black Forest #1F251B

Tints of Black Forest #1F251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 28.42%

R = 32.63%
G = 38.95%
B = 28.42%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.27

 K value IS 0.85

RGB Variations

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

Color information

#1F251B (or 0x1F251B) is known color: Black Forest. HEX triplet: 1F, 25 and 1B. RGB value is (31,37,27). Sum of RGB (Red+Green+Blue) = 31+37+27=95 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.63% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 37 - color contains mainly: green. Hex color #1F251B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F251B is #E0DAE4. Grayscale: #222222. Windows color (decimal): -14736101 or 1778975. OLE color: 1778975.

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

Color convert

RGB 31 37 27 -
CMYK 0.16 0 0.27 0.85
HSL 96º 0.16% 0.13% -
HSV(B) 96º 0.27% 0.15% -
XYZ 1.42 1.69 1.29 -
YUV 34.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 31 37 27 0.16 0 0.27 0.85 96 0.16 0.13
Hex 1F 25 1B 10 0 1B 55 60 10 D
Octal 37 45 33 20 0 33 125 140 20 15
Binary 11111 100101 11011 10000 0 11011 1010101 1100000 10000 1101

Color Harmonies of #1F251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F251B

Black with #1F251B

Text Example


Text Example

White with #1F251B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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