Html Css Color HEX #13302F Swamp

📋 copy color: '#13302F'

red 19 ◦ green 48 ◦ blue 47

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

Shades of Swamp #13302F

Tints of Swamp #13302F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 42.11%

 BLUE value IS 47 (18.75% from 255) = 41.23%

R = 16.67%
G = 42.11%
B = 41.23%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#13302F (or 0x13302F) is known color: Swamp. HEX triplet: 13, 30 and 2F. RGB value is (19,48,47). Sum of RGB (Red+Green+Blue) = 19+48+47=114 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.67% from 114); Green value is 48 (19.14% from 255 or 42.11% from 114); Blue value is 47 (18.75% from 255 or 41.23% from 114); Max value from RGB is 48 - color contains mainly: green. Hex color #13302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #13302F is #ECCFD0. Grayscale: #272727. Windows color (decimal): -15519697 or 3092499. OLE color: 3092499.

HSL color Cylindrical-coordinate representation of color #13302F: hue angle of 177.93º 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 #13302F is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 48 47 -
CMYK 0.60 0 0.02 0.81
HSL 177.93º 0.43% 0.13% -
HSV(B) 177.93º 0.6% 0.19% -
XYZ 1.84 2.46 3.07 -
YUV 39.22 132.39 113.58 -
System Red Green Blue C M Y K H S L
Decimal 19 48 47 0.60 0 0.02 0.81 177.93 0.43 0.13
Hex 13 30 2F 3C 0 2 51 B2 2B D
Octal 23 60 57 74 0 2 121 262 53 15
Binary 10011 110000 101111 111100 0 10 1010001 10110010 101011 1101

Color Harmonies of #13302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13302F

Black with #13302F

Text Example


Text Example

White with #13302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13302F; }

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

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

background-color css

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

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

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

border-color css

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

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

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