#1F343D

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

Shades of Elephant #1F343D

Tints of Elephant #1F343D

Color information

#1F343D (or 0x1F343D) is unknown color: approx Elephant. HEX triplet: 1F, 34 and 3D. RGB value is (31,52,61). Sum of RGB (Red+Green+Blue) = 31+52+61=144 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.53% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F343D is #E0CBC2. Grayscale: #2E2E2E. Windows color (decimal): -14732227 or 4011039. OLE color: 4011039.

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

Color convert

RGB315261-
CMYK0.490.1500.76
HSL198º32.61%18.04%-
HSV(B)198º49.18%23.92%-
XYZ2.643.084.87-
YUV46.75136.04116.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.53%
GREEN value IS 52 (20.70% from 255) = 36.11%
BLUE value IS 61 (24.22% from 255) = 42.36%
R=21.53%
G=36.11%
B=42.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3152610.490.1500.7619832.6118.04
Hex1F343D31F04Cc62112
Octal376475611701143064122
Binary111111101001111011100011111010011001100011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F343D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,52,61); }

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

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

 a { background-color: rgb(31,52,61); }

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

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

 span { border-color: rgb(31,52,61); }

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