Html Css Color HEX #112728 Swamp

📋 copy color: '#112728'

red 17 ◦ green 39 ◦ blue 40

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

Shades of Swamp #112728

Tints of Swamp #112728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 40.63%

 BLUE value IS 40 (16.02% from 255) = 41.67%

R = 17.71%
G = 40.63%
B = 41.67%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#112728 (or 0x112728) is known color: Swamp. HEX triplet: 11, 27 and 28. RGB value is (17,39,40). Sum of RGB (Red+Green+Blue) = 17+39+40=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #112728 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112728 is #EED8D7. Grayscale: #202020. Windows color (decimal): -15653080 or 2631441. OLE color: 2631441.

HSL color Cylindrical-coordinate representation of color #112728: hue angle of 182.61º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #112728 is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 39 40 -
CMYK 0.57 0.02 0 0.84
HSL 182.61º 0.4% 0.11% -
HSV(B) 182.61º 0.58% 0.16% -
XYZ 1.34 1.72 2.27 -
YUV 32.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 17 39 40 0.57 0.02 0 0.84 182.61 0.4 0.11
Hex 11 27 28 39 2 0 54 B7 28 B
Octal 21 47 50 71 2 0 124 267 50 13
Binary 10001 100111 101000 111001 10 0 1010100 10110111 101000 1011

Color Harmonies of #112728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112728

Black with #112728

Text Example


Text Example

White with #112728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112728; }

 p { color: rgb(17,39,40); }

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

background-color css

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

 a { background-color: rgb(17,39,40); }

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

border-color css

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

 span { border-color: rgb(17,39,40); }

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