Html Css Color HEX #1F4240 Tiber

📋 copy color: '#1F4240'

red 31 ◦ green 66 ◦ blue 64

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

Shades of Tiber #1F4240

Tints of Tiber #1F4240

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 value IS 0.53

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#1F4240 (or 0x1F4240) is known color: 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

RGB 31 66 64 -
CMYK 0.53 0 0.03 0.74
HSL 176.57º 0.36% 0.19% -
HSV(B) 176.57º 0.53% 0.26% -
XYZ 3.44 4.56 5.55 -
YUV 55.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 31 66 64 0.53 0 0.03 0.74 176.57 0.36 0.19
Hex 1F 42 40 35 0 3 4A B1 24 13
Octal 37 102 100 65 0 3 112 261 44 23
Binary 11111 1000010 1000000 110101 0 11 1001010 10110001 100100 10011

Color Harmonies of #1F4240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4240

Black with #1F4240

Text Example


Text Example

White with #1F4240

Text Example


Text Example

HTML Codes & Css Web 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>