Html Css Color HEX #1F4849 Tiber

📋 copy color: '#1F4849'

red 31 ◦ green 72 ◦ blue 73

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

Shades of Tiber #1F4849

Tints of Tiber #1F4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 40.91%

 BLUE value IS 73 (28.91% from 255) = 41.48%

R = 17.61%
G = 40.91%
B = 41.48%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F4849 (or 0x1F4849) is known color: Tiber. HEX triplet: 1F, 48 and 49. RGB value is (31,72,73). Sum of RGB (Red+Green+Blue) = 31+72+73=176 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.61% from 176); Green value is 72 (28.52% from 255 or 40.91% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F4849 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4849 is #E0B7B6. Grayscale: #3B3B3B. Windows color (decimal): -14727095 or 4802591. OLE color: 4802591.

HSL color Cylindrical-coordinate representation of color #1F4849: hue angle of 181.43º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1F4849 is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 72 73 -
CMYK 0.58 0.01 0 0.71
HSL 181.43º 0.4% 0.2% -
HSV(B) 181.43º 0.58% 0.29% -
XYZ 4.09 5.41 7.13 -
YUV 59.86 135.42 107.42 -
System Red Green Blue C M Y K H S L
Decimal 31 72 73 0.58 0.01 0 0.71 181.43 0.4 0.2
Hex 1F 48 49 3A 1 0 47 B5 28 14
Octal 37 110 111 72 1 0 107 265 50 24
Binary 11111 1001000 1001001 111010 1 0 1000111 10110101 101000 10100

Color Harmonies of #1F4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4849

Black with #1F4849

Text Example


Text Example

White with #1F4849

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,73); }

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

background-color css

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

 a { background-color: rgb(31,72,73); }

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

border-color css

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

 span { border-color: rgb(31,72,73); }

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