Html Css Color HEX #133030 Swamp

📋 copy color: '#133030'

red 19 ◦ green 48 ◦ blue 48

#133030
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Swamp #133030

Tints of Swamp #133030

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 value IS 0.60

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#133030 (or 0x133030) is known color: 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

RGB 19 48 48 -
CMYK 0.60 0 0 0.81
HSL 180º 0.43% 0.13% -
HSV(B) 180º 0.6% 0.19% -
XYZ 1.86 2.47 3.17 -
YUV 39.33 132.89 113.5 -
System Red Green Blue C M Y K H S L
Decimal 19 48 48 0.60 0 0 0.81 180 0.43 0.13
Hex 13 30 30 3C 0 0 51 B4 2B D
Octal 23 60 60 74 0 0 121 264 53 15
Binary 10011 110000 110000 111100 0 0 1010001 10110100 101011 1101

Color Harmonies of #133030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133030

Black with #133030

Text Example


Text Example

White with #133030

Text Example


Text Example

HTML Codes & Css Web 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>