#1f353f

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

Shades of Elephant #1F353F

Tints of Elephant #1F353F

Color information

#1F353F (or 0x1F353F) is unknown color: approx Elephant. HEX triplet: 1F, 35 and 3F. RGB value is (31,53,63). Sum of RGB (Red+Green+Blue) = 31+53+63=147 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.09% from 147); Green value is 53 (21.09% from 255 or 36.05% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 63 - color contains mainly: blue. Hex color #1F353F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F353F is #E0CAC0. Grayscale: #2F2F2F. Windows color (decimal): -14731969 or 4142367. OLE color: 4142367.

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

Color convert

RGB315363-
CMYK0.510.1600.75
HSL198.75º34.04%18.43%-
HSV(B)198.75º50.79%24.71%-
XYZ2.743.25.18-
YUV47.56136.71116.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.09%
GREEN value IS 53 (21.09% from 255) = 36.05%
BLUE value IS 63 (25% from 255) = 42.86%
R=21.09%
G=36.05%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3153630.510.1600.75198.7534.0418.43
Hex1F353F331004Bc72212
Octal376577632001133074222
Binary1111111010111111111001110000010010111100011110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f353f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,53,63); }

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

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

 a { background-color: rgb(31,53,63); }

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

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

 span { border-color: rgb(31,53,63); }

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