Html Css Color HEX #1F271C Black Forest

📋 copy color: '#1F271C'

red 31 ◦ green 39 ◦ blue 28

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

Shades of Black Forest #1F271C

Tints of Black Forest #1F271C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 39.8%

 BLUE value IS 28 (11.33% from 255) = 28.57%

R = 31.63%
G = 39.8%
B = 28.57%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.28

 K value IS 0.85

RGB Variations

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

Color information

#1F271C (or 0x1F271C) is known color: Black Forest. HEX triplet: 1F, 27 and 1C. RGB value is (31,39,28). Sum of RGB (Red+Green+Blue) = 31+39+28=98 (12% of max value = 765). Red value is 31 (12.5% from 255 or 31.63% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 28 (11.33% from 255 or 28.57% from 98); Max value from RGB is 39 - color contains mainly: green. Hex color #1F271C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F271C is #E0D8E3. Grayscale: #232323. Windows color (decimal): -14735588 or 1845023. OLE color: 1845023.

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

Color convert

RGB 31 39 28 -
CMYK 0.21 0 0.28 0.85
HSL 103.64º 0.16% 0.13% -
HSV(B) 103.64º 0.28% 0.15% -
XYZ 1.5 1.83 1.37 -
YUV 35.35 123.85 124.89 -
System Red Green Blue C M Y K H S L
Decimal 31 39 28 0.21 0 0.28 0.85 103.64 0.16 0.13
Hex 1F 27 1C 15 0 1C 55 68 10 D
Octal 37 47 34 25 0 34 125 150 20 15
Binary 11111 100111 11100 10101 0 11100 1010101 1101000 10000 1101

Color Harmonies of #1F271C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F271C

Black with #1F271C

Text Example


Text Example

White with #1F271C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,39,28); }

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

background-color css

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

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

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

border-color css

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

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

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