#1F3842

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

Shades of Elephant #1F3842

Tints of Elephant #1F3842

Color information

#1F3842 (or 0x1F3842) is unknown color: approx Elephant. HEX triplet: 1F, 38 and 42. RGB value is (31,56,66). Sum of RGB (Red+Green+Blue) = 31+56+66=153 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20.26% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 66 (26.17% from 255 or 43.14% from 153); Max value from RGB is 66 - color contains mainly: blue. Hex color #1F3842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3842 is #E0C7BD. Grayscale: #313131. Windows color (decimal): -14731198 or 4339743. OLE color: 4339743.

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

Color convert

RGB315666-
CMYK0.530.1500.74
HSL197.14º36.08%19.02%-
HSV(B)197.14º53.03%25.88%-
XYZ2.963.515.68-
YUV49.66137.22114.69-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.26%
GREEN value IS 56 (22.27% from 255) = 36.60%
BLUE value IS 66 (26.17% from 255) = 43.14%
R=20.26%
G=36.60%
B=43.14%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3156660.530.1500.74197.1436.0819.02
Hex1F384235F04Ac52413
Octal3770102651701123054423
Binary1111111100010000101101011111010010101100010110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,56,66); }

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

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

 a { background-color: rgb(31,56,66); }

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

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

 span { border-color: rgb(31,56,66); }

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