Html Css Color HEX #163130 Swamp

📋 copy color: '#163130'

red 22 ◦ green 49 ◦ blue 48

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

Shades of Swamp #163130

Tints of Swamp #163130

RGB

 RED value IS 22 (8.98% from 255) = 18.49%

 GREEN value IS 49 (19.53% from 255) = 41.18%

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

R = 18.49%
G = 41.18%
B = 40.34%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#163130 (or 0x163130) is known color: Swamp. HEX triplet: 16, 31 and 30. RGB value is (22,49,48). Sum of RGB (Red+Green+Blue) = 22+49+48=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 49 (19.53% from 255 or 41.18% from 119); Blue value is 48 (19.14% from 255 or 40.34% from 119); Max value from RGB is 49 - color contains mainly: green. Hex color #163130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #163130 is #E9CECF. Grayscale: #282828. Windows color (decimal): -15322832 or 3158294. OLE color: 3158294.

HSL color Cylindrical-coordinate representation of color #163130: hue angle of 177.78º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #163130 is Cyan = 0.55, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 22 49 48 -
CMYK 0.55 0 0.02 0.81
HSL 177.78º 0.38% 0.14% -
HSV(B) 177.78º 0.55% 0.19% -
XYZ 1.96 2.58 3.19 -
YUV 40.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 22 49 48 0.55 0 0.02 0.81 177.78 0.38 0.14
Hex 16 31 30 37 0 2 51 B2 26 E
Octal 26 61 60 67 0 2 121 262 46 16
Binary 10110 110001 110000 110111 0 10 1010001 10110010 100110 1110

Color Harmonies of #163130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #163130

Black with #163130

Text Example


Text Example

White with #163130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #163130; }

 p { color: rgb(22,49,48); }

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

background-color css

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

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

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

border-color css

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

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

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