#13292B

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

Shades of Swamp #13292B

Tints of Swamp #13292B

Color information

#13292B (or 0x13292B) is unknown color: approx Swamp. HEX triplet: 13, 29 and 2B. RGB value is (19,41,43). Sum of RGB (Red+Green+Blue) = 19+41+43=103 (13% of max value = 765). Red value is 19 (7.81% from 255 or 18.45% from 103); Green value is 41 (16.41% from 255 or 39.81% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 43 - color contains mainly: blue. Hex color #13292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13292B is #ECD6D4. Grayscale: #222222. Windows color (decimal): -15521493 or 2828563. OLE color: 2828563.

HSL color Cylindrical-coordinate representation of color #13292B: hue angle of 185º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #13292B is Cyan = 0.56, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB194143-
CMYK0.560.0500.83
HSL185º38.71%12.16%-
HSV(B)185º55.81%16.86%-
XYZ1.51.92.57-
YUV34.65132.71116.84-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 18.45%
GREEN value IS 41 (16.41% from 255) = 39.81%
BLUE value IS 43 (17.19% from 255) = 41.75%
R=18.45%
G=39.81%
B=41.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1941430.560.0500.8318538.7112.16
Hex13292B385053b927c
Octal23515370501232714714
Binary1001110100110101111100010101010011101110011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #13292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #13292B; }

 p { color: rgb(19,41,43); }

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

<style>
 a { background-color: #13292B; }

 a { background-color: rgb(19,41,43); }

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

<style>
 span { border-color: #13292B; }

 span { border-color: rgb(19,41,43); }

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