Html Css Color HEX #11292A Swamp

📋 copy color: '#11292A'

red 17 ◦ green 41 ◦ blue 42

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

Shades of Swamp #11292A

Tints of Swamp #11292A

RGB

 RED value IS 17 (7.03% from 255) = 17%

 GREEN value IS 41 (16.41% from 255) = 41%

 BLUE value IS 42 (16.8% from 255) = 42%

R = 17%
G = 41%
B = 42%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#11292A (or 0x11292A) is known color: Swamp. HEX triplet: 11, 29 and 2A. RGB value is (17,41,42). Sum of RGB (Red+Green+Blue) = 17+41+42=100 (13% of max value = 765). Red value is 17 (7.03% from 255 or 17% from 100); Green value is 41 (16.41% from 255 or 41% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 42 - color contains mainly: blue. Hex color #11292A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11292A is #EED6D5. Grayscale: #212121. Windows color (decimal): -15652566 or 2763025. OLE color: 2763025.

HSL color Cylindrical-coordinate representation of color #11292A: hue angle of 182.4º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11292A is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 41 42 -
CMYK 0.60 0.02 0 0.84
HSL 182.4º 0.42% 0.12% -
HSV(B) 182.4º 0.6% 0.16% -
XYZ 1.44 1.87 2.48 -
YUV 33.94 132.55 115.92 -
System Red Green Blue C M Y K H S L
Decimal 17 41 42 0.60 0.02 0 0.84 182.4 0.42 0.12
Hex 11 29 2A 3C 2 0 54 B6 2A C
Octal 21 51 52 74 2 0 124 266 52 14
Binary 10001 101001 101010 111100 10 0 1010100 10110110 101010 1100

Color Harmonies of #11292A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11292A

Black with #11292A

Text Example


Text Example

White with #11292A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11292A; }

 p { color: rgb(17,41,42); }

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

background-color css

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

 a { background-color: rgb(17,41,42); }

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

border-color css

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

 span { border-color: rgb(17,41,42); }

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