#133030

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

Shades of Swamp #133030

Tints of Swamp #133030

Color information

#133030 (or 0x133030) is unknown color: approx Swamp. HEX triplet: 13, 30 and 30. RGB value is (19,48,48). Sum of RGB (Red+Green+Blue) = 19+48+48=115 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.52% from 115); Green value is 48 (19.14% from 255 or 41.74% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #133030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133030 is #ECCFCF. Grayscale: #272727. Windows color (decimal): -15519696 or 3158035. OLE color: 3158035.

HSL color Cylindrical-coordinate representation of color #133030: hue angle of 180º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #133030 is Cyan = 0.60, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB194848-
CMYK0.60000.81
HSL180º43.28%13.14%-
HSV(B)180º60.42%18.82%-
XYZ1.862.473.17-
YUV39.33132.89113.5-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.52%
GREEN value IS 48 (19.14% from 255) = 41.74%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=16.52%
G=41.74%
B=41.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1948480.60000.8118043.2813.14
Hex1330303C0051b42bd
Octal23606074001212645315
Binary10011110000110000111100001010001101101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #133030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #133030; }

 p { color: rgb(19,48,48); }

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

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

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

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

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

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

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