Html Css Color HEX #133330 Swamp

📋 copy color: '#133330'

red 19 ◦ green 51 ◦ blue 48

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

Shades of Swamp #133330

Tints of Swamp #133330

RGB

 RED value IS 19 (7.81% from 255) = 16.1%

 GREEN value IS 51 (20.31% from 255) = 43.22%

 BLUE value IS 48 (19.14% from 255) = 40.68%

R = 16.1%
G = 43.22%
B = 40.68%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.06

 K value IS 0.8

RGB Variations

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

Color information

#133330 (or 0x133330) is known color: Swamp. HEX triplet: 13, 33 and 30. RGB value is (19,51,48). Sum of RGB (Red+Green+Blue) = 19+51+48=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 48 (19.14% from 255 or 40.68% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #133330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133330 is #ECCCCF. Grayscale: #292929. Windows color (decimal): -15518928 or 3158803. OLE color: 3158803.

HSL color Cylindrical-coordinate representation of color #133330: hue angle of 174.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133330 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.8.

Color convert

RGB 19 51 48 -
CMYK 0.63 0 0.06 0.8
HSL 174.38º 0.46% 0.14% -
HSV(B) 174.38º 0.63% 0.2% -
XYZ 1.99 2.72 3.22 -
YUV 41.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 19 51 48 0.63 0 0.06 0.8 174.38 0.46 0.14
Hex 13 33 30 3F 0 6 50 AE 2E E
Octal 23 63 60 77 0 6 120 256 56 16
Binary 10011 110011 110000 111111 0 110 1010000 10101110 101110 1110

Color Harmonies of #133330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133330

Black with #133330

Text Example


Text Example

White with #133330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133330; }

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

 H1.HeaderClassName
 {
   color: #133330;
 }
 .AnyTagClassName
 {
   color: #133330;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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