#1E333C

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

Shades of Elephant #1E333C

Tints of Elephant #1E333C

Color information

#1E333C (or 0x1E333C) is unknown color: approx Elephant. HEX triplet: 1E, 33 and 3C. RGB value is (30,51,60). Sum of RGB (Red+Green+Blue) = 30+51+60=141 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.28% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 60 - color contains mainly: blue. Hex color #1E333C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E333C is #E1CCC3. Grayscale: #2D2D2D. Windows color (decimal): -14798020 or 3945246. OLE color: 3945246.

HSL color Cylindrical-coordinate representation of color #1E333C: hue angle of 198º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E333C is Cyan = 0.50, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB305160-
CMYK0.500.1500.76
HSL198º33.33%17.65%-
HSV(B)198º50%23.53%-
XYZ2.532.974.71-
YUV45.75136.04116.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.28%
GREEN value IS 51 (20.31% from 255) = 36.17%
BLUE value IS 60 (23.83% from 255) = 42.55%
R=21.28%
G=36.17%
B=42.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3051600.500.1500.7619833.3317.65
Hex1E333C32F04Cc62112
Octal366374621701143064122
Binary111101100111111001100101111010011001100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E333C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,51,60); }

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

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

 a { background-color: rgb(30,51,60); }

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

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

 span { border-color: rgb(30,51,60); }

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