Html Css Color HEX #1E4140 Tiber

📋 copy color: '#1E4140'

red 30 ◦ green 65 ◦ blue 64

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

Shades of Tiber #1E4140

Tints of Tiber #1E4140

RGB

 RED value IS 30 (12.11% from 255) = 18.87%

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 64 (25.39% from 255) = 40.25%

R = 18.87%
G = 40.88%
B = 40.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#1E4140 (or 0x1E4140) is known color: Tiber. HEX triplet: 1E, 41 and 40. RGB value is (30,65,64). Sum of RGB (Red+Green+Blue) = 30+65+64=159 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.87% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 64 (25.39% from 255 or 40.25% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4140 is #E1BEBF. Grayscale: #363636. Windows color (decimal): -14794432 or 4210974. OLE color: 4210974.

HSL color Cylindrical-coordinate representation of color #1E4140: hue angle of 178.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4140 is Cyan = 0.54, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 65 64 -
CMYK 0.54 0 0.02 0.75
HSL 178.29º 0.37% 0.19% -
HSV(B) 178.29º 0.54% 0.25% -
XYZ 3.35 4.43 5.53 -
YUV 54.42 133.4 110.58 -
System Red Green Blue C M Y K H S L
Decimal 30 65 64 0.54 0 0.02 0.75 178.29 0.37 0.19
Hex 1E 41 40 36 0 2 4B B2 25 13
Octal 36 101 100 66 0 2 113 262 45 23
Binary 11110 1000001 1000000 110110 0 10 1001011 10110010 100101 10011

Color Harmonies of #1E4140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4140

Black with #1E4140

Text Example


Text Example

White with #1E4140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,64); }

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

background-color css

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

 a { background-color: rgb(30,65,64); }

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

border-color css

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

 span { border-color: rgb(30,65,64); }

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