Html Css Color HEX #1F1616 Seal Brown

📋 copy color: '#1F1616'

red 31 ◦ green 22 ◦ blue 22

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

Shades of Seal Brown #1F1616

Tints of Seal Brown #1F1616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 29.33%

 BLUE value IS 22 (8.98% from 255) = 29.33%

R = 41.33%
G = 29.33%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.29

 K value IS 0.88

RGB Variations

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

Color information

#1F1616 (or 0x1F1616) is known color: Seal Brown. HEX triplet: 1F, 16 and 16. RGB value is (31,22,22). Sum of RGB (Red+Green+Blue) = 31+22+22=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1616 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1616 is #E0E9E9. Grayscale: #181818. Windows color (decimal): -14739946 or 1447455. OLE color: 1447455.

HSL color Cylindrical-coordinate representation of color #1F1616: hue angle of 0º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F1616 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.88.

Color convert

RGB 31 22 22 -
CMYK 0 0.29 0.29 0.88
HSL 0.17% 0.1% -
HSV(B) 0.29% 0.12% -
XYZ 1 0.92 0.88 -
YUV 24.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 31 22 22 0 0.29 0.29 0.88 0 0.17 0.1
Hex 1F 16 16 0 1D 1D 58 0 11 A
Octal 37 26 26 0 35 35 130 0 21 12
Binary 11111 10110 10110 0 11101 11101 1011000 0 10001 1010

Color Harmonies of #1F1616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1616

Black with #1F1616

Text Example


Text Example

White with #1F1616

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,22,22); }

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

background-color css

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

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

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

border-color css

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

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

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