Html Css Color HEX #1F271A Black Forest

📋 copy color: '#1F271A'

red 31 ◦ green 39 ◦ blue 26

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

Shades of Black Forest #1F271A

Tints of Black Forest #1F271A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 27.08%

R = 32.29%
G = 40.63%
B = 27.08%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.33

 K value IS 0.85

RGB Variations

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

Color information

#1F271A (or 0x1F271A) is known color: Black Forest. HEX triplet: 1F, 27 and 1A. RGB value is (31,39,26). Sum of RGB (Red+Green+Blue) = 31+39+26=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 26 (10.55% from 255 or 27.08% from 96); Max value from RGB is 39 - color contains mainly: green. Hex color #1F271A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F271A is #E0D8E5. Grayscale: #232323. Windows color (decimal): -14735590 or 1713951. OLE color: 1713951.

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

Color convert

RGB 31 39 26 -
CMYK 0.21 0 0.33 0.85
HSL 96.92º 0.2% 0.13% -
HSV(B) 96.92º 0.33% 0.15% -
XYZ 1.48 1.82 1.25 -
YUV 35.13 122.85 125.06 -
System Red Green Blue C M Y K H S L
Decimal 31 39 26 0.21 0 0.33 0.85 96.92 0.2 0.13
Hex 1F 27 1A 15 0 21 55 61 14 D
Octal 37 47 32 25 0 41 125 141 24 15
Binary 11111 100111 11010 10101 0 100001 1010101 1100001 10100 1101

Color Harmonies of #1F271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F271A

Black with #1F271A

Text Example


Text Example

White with #1F271A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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