#1F130F

Color #1F130F Seal Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seal Brown #1F130F

Tints of Seal Brown #1F130F

Color information

#1F130F (or 0x1F130F) is unknown color: approx Seal Brown. HEX triplet: 1F, 13 and 0F. RGB value is (31,19,15). Sum of RGB (Red+Green+Blue) = 31+19+15=65 (8% of max value = 765). Red value is 31 (12.5% from 255 or 47.69% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 15 (6.25% from 255 or 23.08% from 65); Max value from RGB is 31 - color contains mainly: red. Hex color #1F130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F130F is #E0ECF0. Grayscale: #161616. Windows color (decimal): -14740721 or 987935. OLE color: 987935.

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

Color convert

RGB311915-
CMYK00.390.520.88
HSL15º34.78%9.02%-
HSV(B)15º51.61%12.16%-
XYZ0.880.790.56-
YUV22.13123.98134.33-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 47.69%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 15 (6.25% from 255) = 23.08%
R=47.69%
G=29.23%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31191500.390.520.881534.789.02
Hex1F13F0273458f239
Octal37231704764130174311
Binary111111001111110100111110100101100011111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F130F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1F130F;
 }
 .AnyTagClassName
 {
   color: #1F130F;
 }
</style>
background-color css

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

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

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

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

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

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