#1F3334

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

Shades of Swamp #1F3334

Tints of Swamp #1F3334

Color information

#1F3334 (or 0x1F3334) is unknown color: approx Swamp. HEX triplet: 1F, 33 and 34. RGB value is (31,51,52). Sum of RGB (Red+Green+Blue) = 31+51+52=134 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.13% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 52 (20.70% from 255 or 38.81% from 134); Max value from RGB is 52 - color contains mainly: blue. Hex color #1F3334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3334 is #E0CCCB. Grayscale: #2D2D2D. Windows color (decimal): -14732492 or 3420959. OLE color: 3420959.

HSL color Cylindrical-coordinate representation of color #1F3334: hue angle of 182.86º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F3334 is Cyan = 0.40, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB315152-
CMYK0.400.0200.80
HSL182.86º25.3%16.27%-
HSV(B)182.86º40.38%20.39%-
XYZ2.372.913.69-
YUV45.13131.87117.92-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 23.13%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 52 (20.70% from 255) = 38.81%
R=23.13%
G=38.06%
B=38.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3151520.400.0200.80182.8625.316.27
Hex1F3334282050b71910
Octal37636450201202673120
Binary111111100111101001010001001010000101101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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