#1F363E

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

Shades of Elephant #1F363E

Tints of Elephant #1F363E

Color information

#1F363E (or 0x1F363E) is unknown color: approx Elephant. HEX triplet: 1F, 36 and 3E. RGB value is (31,54,62). Sum of RGB (Red+Green+Blue) = 31+54+62=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 54 (21.48% from 255 or 36.73% from 147); Blue value is 62 (24.61% from 255 or 42.18% from 147); Max value from RGB is 62 - color contains mainly: blue. Hex color #1F363E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F363E is #E0C9C1. Grayscale: #2F2F2F. Windows color (decimal): -14731714 or 4077087. OLE color: 4077087.

HSL color Cylindrical-coordinate representation of color #1F363E: hue angle of 195.48º 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 #1F363E is Cyan = 0.5, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB315462-
CMYK0.50.1300.76
HSL195.48º33.33%18.24%-
HSV(B)195.48º50%24.31%-
XYZ2.753.285.04-
YUV48.04135.88115.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 54 (21.48% from 255) = 36.73%
BLUE value IS 62 (24.61% from 255) = 42.18%
R=21.09%
G=36.73%
B=42.18%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3154620.50.1300.76195.4833.3318.24
Hex1F363E32D04Cc32112
Octal376676621501143034122
Binary111111101101111101100101101010011001100001110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F363E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,54,62); }

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

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

 a { background-color: rgb(31,54,62); }

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

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

 span { border-color: rgb(31,54,62); }

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