#1D363F

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

Shades of Elephant #1D363F

Tints of Elephant #1D363F

Color information

#1D363F (or 0x1D363F) is unknown color: approx Elephant. HEX triplet: 1D, 36 and 3F. RGB value is (29,54,63). Sum of RGB (Red+Green+Blue) = 29+54+63=146 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.86% from 146); Green value is 54 (21.48% from 255 or 36.99% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #1D363F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D363F is #E2C9C0. Grayscale: #2F2F2F. Windows color (decimal): -14862785 or 4142621. OLE color: 4142621.

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

Color convert

RGB295463-
CMYK0.540.1400.75
HSL195.88º36.96%18.04%-
HSV(B)195.88º53.97%24.71%-
XYZ2.723.265.19-
YUV47.55136.72114.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.86%
GREEN value IS 54 (21.48% from 255) = 36.99%
BLUE value IS 63 (25% from 255) = 43.15%
R=19.86%
G=36.99%
B=43.15%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2954630.540.1400.75195.8836.9618.04
Hex1D363F36E04Bc42512
Octal356677661601133044522
Binary111011101101111111101101110010010111100010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D363F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,54,63); }

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

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

 a { background-color: rgb(29,54,63); }

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

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

 span { border-color: rgb(29,54,63); }

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