#1F333D

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

Shades of Elephant #1F333D

Tints of Elephant #1F333D

Color information

#1F333D (or 0x1F333D) is unknown color: approx Elephant. HEX triplet: 1F, 33 and 3D. RGB value is (31,51,61). Sum of RGB (Red+Green+Blue) = 31+51+61=143 (18% of max value = 765). Red value is 31 (12.5% from 255 or 21.68% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 61 - color contains mainly: blue. Hex color #1F333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F333D is #E0CCC2. Grayscale: #2E2E2E. Windows color (decimal): -14732483 or 4010783. OLE color: 4010783.

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

Color convert

RGB315161-
CMYK0.490.1600.76
HSL200º32.61%18.04%-
HSV(B)200º49.18%23.92%-
XYZ2.5934.86-
YUV46.16136.37117.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.68%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 61 (24.22% from 255) = 42.66%
R=21.68%
G=35.66%
B=42.66%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3151610.490.1600.7620032.6118.04
Hex1F333D311004Cc82112
Octal376375612001143104122
Binary1111111001111110111000110000010011001100100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F333D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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