#1E3947

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

Shades of Tarawera #1E3947

Tints of Tarawera #1E3947

Color information

#1E3947 (or 0x1E3947) is unknown color: approx Tarawera. HEX triplet: 1E, 39 and 47. RGB value is (30,57,71). Sum of RGB (Red+Green+Blue) = 30+57+71=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 57 (22.66% from 255 or 36.08% from 158); Blue value is 71 (28.12% from 255 or 44.94% from 158); Max value from RGB is 71 - color contains mainly: blue. Hex color #1E3947 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3947 is #E1C6B8. Grayscale: #323232. Windows color (decimal): -14796473 or 4667678. OLE color: 4667678.

HSL color Cylindrical-coordinate representation of color #1E3947: hue angle of 200.49º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E3947 is Cyan = 0.58, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB305771-
CMYK0.580.2000.72
HSL200.49º40.59%19.8%-
HSV(B)200.49º57.75%27.84%-
XYZ3.143.666.5-
YUV50.52139.55113.36-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 57 (22.66% from 255) = 36.08%
BLUE value IS 71 (28.12% from 255) = 44.94%
R=18.99%
G=36.08%
B=44.94%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3057710.580.2000.72200.4940.5919.8
Hex1E39473A14048c82914
Octal3671107722401103105124
Binary11110111001100011111101010100010010001100100010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,71); }

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

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

 a { background-color: rgb(30,57,71); }

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

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

 span { border-color: rgb(30,57,71); }

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