Html Css Color HEX #11292B Swamp

📋 copy color: '#11292B'

red 17 ◦ green 41 ◦ blue 43

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

Shades of Swamp #11292B

Tints of Swamp #11292B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 42.57%

R = 16.83%
G = 40.59%
B = 42.57%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11292B (or 0x11292B) is known color: Swamp. HEX triplet: 11, 29 and 2B. RGB value is (17,41,43). Sum of RGB (Red+Green+Blue) = 17+41+43=101 (13% of max value = 765). Red value is 17 (7.03% from 255 or 16.83% from 101); Green value is 41 (16.41% from 255 or 40.59% from 101); Blue value is 43 (17.19% from 255 or 42.57% from 101); Max value from RGB is 43 - color contains mainly: blue. Hex color #11292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11292B is #EED6D4. Grayscale: #222222. Windows color (decimal): -15652565 or 2828561. OLE color: 2828561.

HSL color Cylindrical-coordinate representation of color #11292B: hue angle of 184.62º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11292B is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 41 43 -
CMYK 0.60 0.05 0 0.83
HSL 184.62º 0.43% 0.12% -
HSV(B) 184.62º 0.6% 0.17% -
XYZ 1.46 1.88 2.57 -
YUV 34.05 133.05 115.84 -
System Red Green Blue C M Y K H S L
Decimal 17 41 43 0.60 0.05 0 0.83 184.62 0.43 0.12
Hex 11 29 2B 3C 5 0 53 B9 2B C
Octal 21 51 53 74 5 0 123 271 53 14
Binary 10001 101001 101011 111100 101 0 1010011 10111001 101011 1100

Color Harmonies of #11292B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11292B

Black with #11292B

Text Example


Text Example

White with #11292B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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