#1E484B

Color #1E484B Tiber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tiber #1E484B

Tints of Tiber #1E484B

Color information

#1E484B (or 0x1E484B) is unknown color: approx Tiber. HEX triplet: 1E, 48 and 4B. RGB value is (30,72,75). Sum of RGB (Red+Green+Blue) = 30+72+75=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 72 (28.52% from 255 or 40.68% from 177); Blue value is 75 (29.69% from 255 or 42.37% from 177); Max value from RGB is 75 - color contains mainly: blue. Hex color #1E484B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E484B is #E1B7B4. Grayscale: #3B3B3B. Windows color (decimal): -14792629 or 4933662. OLE color: 4933662.

HSL color Cylindrical-coordinate representation of color #1E484B: hue angle of 184º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E484B is Cyan = 0.60, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB307275-
CMYK0.600.0400.71
HSL184º42.86%20.59%-
HSV(B)184º60%29.41%-
XYZ4.125.427.49-
YUV59.78136.59106.76-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.95%
GREEN value IS 72 (28.52% from 255) = 40.68%
BLUE value IS 75 (29.69% from 255) = 42.37%
R=16.95%
G=40.68%
B=42.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3072750.600.0400.7118442.8620.59
Hex1E484B3C4047b82b15
Octal3611011374401072705325
Binary1111010010001001011111100100010001111011100010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E484B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,72,75); }

 H1.HeaderClassName
 {
   color: #1E484B;
 }
 .AnyTagClassName
 {
   color: #1E484B;
 }
</style>
background-color css

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

 a { background-color: rgb(30,72,75); }

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

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

 span { border-color: rgb(30,72,75); }

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