Html Css Color HEX #1F1210 Seal Brown

📋 copy color: '#1F1210'

red 31 ◦ green 18 ◦ blue 16

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

Shades of Seal Brown #1F1210

Tints of Seal Brown #1F1210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.69%

 BLUE value IS 16 (6.64% from 255) = 24.62%

R = 47.69%
G = 27.69%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.88

RGB Variations

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

Color information

#1F1210 (or 0x1F1210) is known color: Seal Brown. HEX triplet: 1F, 12 and 10. RGB value is (31,18,16). Sum of RGB (Red+Green+Blue) = 31+18+16=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 16 (6.64% from 255 or 24.62% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1210 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1210 is #E0EDEF. Grayscale: #151515. Windows color (decimal): -14740976 or 1053215. OLE color: 1053215.

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

Color convert

RGB 31 18 16 -
CMYK 0 0.42 0.48 0.88
HSL 0.32% 0.09% -
HSV(B) 0.48% 0.12% -
XYZ 0.87 0.76 0.59 -
YUV 21.66 124.81 134.66 -
System Red Green Blue C M Y K H S L
Decimal 31 18 16 0 0.42 0.48 0.88 8 0.32 0.09
Hex 1F 12 10 0 2A 30 58 8 20 9
Octal 37 22 20 0 52 60 130 10 40 11
Binary 11111 10010 10000 0 101010 110000 1011000 1000 100000 1001

Color Harmonies of #1F1210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1210

Black with #1F1210

Text Example


Text Example

White with #1F1210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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