Html Css Color HEX #1F1312 Seal Brown

📋 copy color: '#1F1312'

red 31 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #1F1312

Tints of Seal Brown #1F1312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 27.94%

 BLUE value IS 18 (7.42% from 255) = 26.47%

R = 45.59%
G = 27.94%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.42

 K value IS 0.88

RGB Variations

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

Color information

#1F1312 (or 0x1F1312) is known color: Seal Brown. HEX triplet: 1F, 13 and 12. RGB value is (31,19,18). Sum of RGB (Red+Green+Blue) = 31+19+18=68 (9% of max value = 765). Red value is 31 (12.5% from 255 or 45.59% from 68); Green value is 19 (7.81% from 255 or 27.94% from 68); Blue value is 18 (7.42% from 255 or 26.47% from 68); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1312 is #E0ECED. Grayscale: #161616. Windows color (decimal): -14740718 or 1184543. OLE color: 1184543.

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

Color convert

RGB 31 19 18 -
CMYK 0 0.39 0.42 0.88
HSL 4.62º 0.27% 0.1% -
HSV(B) 4.62º 0.42% 0.12% -
XYZ 0.91 0.8 0.68 -
YUV 22.47 125.48 134.08 -
System Red Green Blue C M Y K H S L
Decimal 31 19 18 0 0.39 0.42 0.88 4.62 0.27 0.1
Hex 1F 13 12 0 27 2A 58 5 1B A
Octal 37 23 22 0 47 52 130 5 33 12
Binary 11111 10011 10010 0 100111 101010 1011000 101 11011 1010

Color Harmonies of #1F1312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1312

Black with #1F1312

Text Example


Text Example

White with #1F1312

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,19,18); }

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

background-color css

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

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

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

border-color css

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

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

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