#1F4240

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

Shades of Tiber #1F4240

Tints of Tiber #1F4240

Color information

#1F4240 (or 0x1F4240) is unknown color: approx Tiber. HEX triplet: 1F, 42 and 40. RGB value is (31,66,64). Sum of RGB (Red+Green+Blue) = 31+66+64=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4240 is #E0BDBF. Grayscale: #373737. Windows color (decimal): -14728640 or 4211231. OLE color: 4211231.

HSL color Cylindrical-coordinate representation of color #1F4240: hue angle of 176.57º degrees, saturation: 0.36, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1F4240 is Cyan = 0.53, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB316664-
CMYK0.5300.030.74
HSL176.57º36.08%19.02%-
HSV(B)176.57º53.03%25.88%-
XYZ3.444.565.55-
YUV55.31132.9110.66-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=19.25%
G=40.99%
B=39.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3166640.5300.030.74176.5736.0819.02
Hex1F424035034Ab12413
Octal3710210065031122614423
Binary111111000010100000011010101110010101011000110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,64); }

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

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

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

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

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

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

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