#1D353E

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

Shades of Elephant #1D353E

Tints of Elephant #1D353E

Color information

#1D353E (or 0x1D353E) is unknown color: approx Elephant. HEX triplet: 1D, 35 and 3E. RGB value is (29,53,62). Sum of RGB (Red+Green+Blue) = 29+53+62=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 53 (21.09% from 255 or 36.81% from 144); Blue value is 62 (24.61% from 255 or 43.06% from 144); Max value from RGB is 62 - color contains mainly: blue. Hex color #1D353E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D353E is #E2CAC1. Grayscale: #2E2E2E. Windows color (decimal): -14863042 or 4076829. OLE color: 4076829.

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

Color convert

RGB295362-
CMYK0.530.1500.76
HSL196.36º36.26%17.84%-
HSV(B)196.36º53.23%24.31%-
XYZ2.653.165.03-
YUV46.85136.55115.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 20.14%
GREEN value IS 53 (21.09% from 255) = 36.81%
BLUE value IS 62 (24.61% from 255) = 43.06%
R=20.14%
G=36.81%
B=43.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2953620.530.1500.76196.3636.2617.84
Hex1D353E35F04Cc42412
Octal356576651701143044422
Binary111011101011111101101011111010011001100010010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D353E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,53,62); }

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

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

 a { background-color: rgb(29,53,62); }

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

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

 span { border-color: rgb(29,53,62); }

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