Html Css Color HEX #112425 Swamp

📋 copy color: '#112425'

red 17 ◦ green 36 ◦ blue 37

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

Shades of Swamp #112425

Tints of Swamp #112425

RGB

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

 GREEN value IS 36 (14.45% from 255) = 40%

 BLUE value IS 37 (14.84% from 255) = 41.11%

R = 18.89%
G = 40%
B = 41.11%

CMYK

 C value IS 0.54

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#112425 (or 0x112425) is known color: Swamp. HEX triplet: 11, 24 and 25. RGB value is (17,36,37). Sum of RGB (Red+Green+Blue) = 17+36+37=90 (11% of max value = 765). Red value is 17 (7.03% from 255 or 18.89% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 37 - color contains mainly: blue. Hex color #112425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #112425 is #EEDBDA. Grayscale: #1E1E1E. Windows color (decimal): -15653851 or 2434065. OLE color: 2434065.

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

Color convert

RGB 17 36 37 -
CMYK 0.54 0.03 0 0.85
HSL 183º 0.37% 0.11% -
HSV(B) 183º 0.54% 0.15% -
XYZ 1.2 1.51 1.98 -
YUV 30.43 131.71 118.42 -
System Red Green Blue C M Y K H S L
Decimal 17 36 37 0.54 0.03 0 0.85 183 0.37 0.11
Hex 11 24 25 36 3 0 55 B7 25 B
Octal 21 44 45 66 3 0 125 267 45 13
Binary 10001 100100 100101 110110 11 0 1010101 10110111 100101 1011

Color Harmonies of #112425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112425

Black with #112425

Text Example


Text Example

White with #112425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112425; }

 p { color: rgb(17,36,37); }

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

background-color css

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

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

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

border-color css

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

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

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