Html Css Color HEX #133230 Swamp

📋 copy color: '#133230'

red 19 ◦ green 50 ◦ blue 48

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

Shades of Swamp #133230

Tints of Swamp #133230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.74%

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

R = 16.24%
G = 42.74%
B = 41.03%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.80

RGB Variations

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

Color information

#133230 (or 0x133230) is known color: Swamp. HEX triplet: 13, 32 and 30. RGB value is (19,50,48). Sum of RGB (Red+Green+Blue) = 19+50+48=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 48 (19.14% from 255 or 41.03% from 117); Max value from RGB is 50 - color contains mainly: green. Hex color #133230 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #133230 is #ECCDCF. Grayscale: #282828. Windows color (decimal): -15519184 or 3158547. OLE color: 3158547.

HSL color Cylindrical-coordinate representation of color #133230: hue angle of 176.13º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #133230 is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB 19 50 48 -
CMYK 0.62 0 0.04 0.80
HSL 176.13º 0.45% 0.14% -
HSV(B) 176.13º 0.62% 0.2% -
XYZ 1.94 2.63 3.2 -
YUV 40.5 132.23 112.66 -
System Red Green Blue C M Y K H S L
Decimal 19 50 48 0.62 0 0.04 0.80 176.13 0.45 0.14
Hex 13 32 30 3E 0 4 50 B0 2D E
Octal 23 62 60 76 0 4 120 260 55 16
Binary 10011 110010 110000 111110 0 100 1010000 10110000 101101 1110

Color Harmonies of #133230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #133230

Black with #133230

Text Example


Text Example

White with #133230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #133230; }

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

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

background-color css

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

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

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

border-color css

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

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

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