Html Css Color HEX #1F4449 Tiber

📋 copy color: '#1F4449'

red 31 ◦ green 68 ◦ blue 73

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

Shades of Tiber #1F4449

Tints of Tiber #1F4449

RGB

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

 GREEN value IS 68 (26.95% from 255) = 39.53%

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

R = 18.02%
G = 39.53%
B = 42.44%

CMYK

 C value IS 0.58

 M value IS 0.07

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#1F4449 (or 0x1F4449) is known color: Tiber. HEX triplet: 1F, 44 and 49. RGB value is (31,68,73). Sum of RGB (Red+Green+Blue) = 31+68+73=172 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.02% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 73 - color contains mainly: blue. Hex color #1F4449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4449 is #E0BBB6. Grayscale: #393939. Windows color (decimal): -14728119 or 4801567. OLE color: 4801567.

HSL color Cylindrical-coordinate representation of color #1F4449: hue angle of 187.14º 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 #1F4449 is Cyan = 0.58, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 31 68 73 -
CMYK 0.58 0.07 0 0.71
HSL 187.14º 0.4% 0.2% -
HSV(B) 187.14º 0.58% 0.29% -
XYZ 3.83 4.91 7.05 -
YUV 57.51 136.74 109.09 -
System Red Green Blue C M Y K H S L
Decimal 31 68 73 0.58 0.07 0 0.71 187.14 0.4 0.2
Hex 1F 44 49 3A 7 0 47 BB 28 14
Octal 37 104 111 72 7 0 107 273 50 24
Binary 11111 1000100 1001001 111010 111 0 1000111 10111011 101000 10100

Color Harmonies of #1F4449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4449

Black with #1F4449

Text Example


Text Example

White with #1F4449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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