Html Css Color HEX #112626 Swamp

📋 copy color: '#112626'

red 17 ◦ green 38 ◦ blue 38

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

Shades of Swamp #112626

Tints of Swamp #112626

RGB

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

 GREEN value IS 38 (15.23% from 255) = 40.86%

 BLUE value IS 38 (15.23% from 255) = 40.86%

R = 18.28%
G = 40.86%
B = 40.86%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112626 (or 0x112626) is known color: Swamp. HEX triplet: 11, 26 and 26. RGB value is (17,38,38). Sum of RGB (Red+Green+Blue) = 17+38+38=93 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.28% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 38 (15.23% from 255 or 40.86% from 93); Max value from RGB is 38 - color contains mainly: green, blue. Hex color #112626 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112626 is #EED9D9. Grayscale: #1F1F1F. Windows color (decimal): -15653338 or 2500113. OLE color: 2500113.

HSL color Cylindrical-coordinate representation of color #112626: hue angle of 180º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #112626 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 17 38 38 -
CMYK 0.55 0 0 0.85
HSL 180º 0.38% 0.11% -
HSV(B) 180º 0.55% 0.15% -
XYZ 1.27 1.65 2.08 -
YUV 31.72 131.54 117.5 -
System Red Green Blue C M Y K H S L
Decimal 17 38 38 0.55 0 0 0.85 180 0.38 0.11
Hex 11 26 26 37 0 0 55 B4 26 B
Octal 21 46 46 67 0 0 125 264 46 13
Binary 10001 100110 100110 110111 0 0 1010101 10110100 100110 1011

Color Harmonies of #112626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112626

Black with #112626

Text Example


Text Example

White with #112626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112626; }

 p { color: rgb(17,38,38); }

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

background-color css

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

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

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

border-color css

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

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

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