#1F413F

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

Shades of Tiber #1F413F

Tints of Tiber #1F413F

Color information

#1F413F (or 0x1F413F) is unknown color: approx Tiber. HEX triplet: 1F, 41 and 3F. RGB value is (31,65,63). Sum of RGB (Red+Green+Blue) = 31+65+63=159 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.50% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 63 (25% from 255 or 39.62% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #1F413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F413F is #E0BEC0. Grayscale: #363636. Windows color (decimal): -14728897 or 4145439. OLE color: 4145439.

HSL color Cylindrical-coordinate representation of color #1F413F: hue angle of 176.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F413F is Cyan = 0.52, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB316563-
CMYK0.5200.030.75
HSL176.47º35.42%18.82%-
HSV(B)176.47º52.31%25.49%-
XYZ3.354.435.38-
YUV54.61132.74111.16-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.50%
GREEN value IS 65 (25.78% from 255) = 40.88%
BLUE value IS 63 (25% from 255) = 39.62%
R=19.50%
G=40.88%
B=39.62%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3165630.5200.030.75176.4735.4218.82
Hex1F413F34034Bb02313
Octal371017764031132604323
Binary11111100000111111111010001110010111011000010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F413F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,63); }

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

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

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

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

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

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

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