Html Css Color HEX #1F4241 Tiber

📋 copy color: '#1F4241'

red 31 ◦ green 66 ◦ blue 65

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

Shades of Tiber #1F4241

Tints of Tiber #1F4241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 40.74%

 BLUE value IS 65 (25.78% from 255) = 40.12%

R = 19.14%
G = 40.74%
B = 40.12%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#1F4241 (or 0x1F4241) is known color: Tiber. HEX triplet: 1F, 42 and 41. RGB value is (31,66,65). Sum of RGB (Red+Green+Blue) = 31+66+65=162 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.14% from 162); Green value is 66 (26.17% from 255 or 40.74% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 66 - color contains mainly: green. Hex color #1F4241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F4241 is #E0BDBE. Grayscale: #373737. Windows color (decimal): -14728639 or 4276767. OLE color: 4276767.

HSL color Cylindrical-coordinate representation of color #1F4241: hue angle of 178.29º 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 #1F4241 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB 31 66 65 -
CMYK 0.53 0 0.02 0.74
HSL 178.29º 0.36% 0.19% -
HSV(B) 178.29º 0.53% 0.26% -
XYZ 3.47 4.57 5.7 -
YUV 55.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 31 66 65 0.53 0 0.02 0.74 178.29 0.36 0.19
Hex 1F 42 41 35 0 2 4A B2 24 13
Octal 37 102 101 65 0 2 112 262 44 23
Binary 11111 1000010 1000001 110101 0 10 1001010 10110010 100100 10011

Color Harmonies of #1F4241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4241

Black with #1F4241

Text Example


Text Example

White with #1F4241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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