Html Css Color HEX #142425 Swamp

📋 copy color: '#142425'

red 20 ◦ green 36 ◦ blue 37

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

Shades of Swamp #142425

Tints of Swamp #142425

RGB

 RED value IS 20 (8.2% from 255) = 21.51%

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

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

R = 21.51%
G = 38.71%
B = 39.78%

CMYK

 C value IS 0.46

 M value IS 0.03

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142425 (or 0x142425) is known color: Swamp. HEX triplet: 14, 24 and 25. RGB value is (20,36,37). Sum of RGB (Red+Green+Blue) = 20+36+37=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 36 (14.45% from 255 or 38.71% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 37 - color contains mainly: blue. Hex color #142425 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142425 is #EBDBDA. Grayscale: #1F1F1F. Windows color (decimal): -15457243 or 2434068. OLE color: 2434068.

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

Color convert

RGB 20 36 37 -
CMYK 0.46 0.03 0 0.85
HSL 183.53º 0.3% 0.11% -
HSV(B) 183.53º 0.46% 0.15% -
XYZ 1.25 1.54 1.98 -
YUV 31.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 20 36 37 0.46 0.03 0 0.85 183.53 0.3 0.11
Hex 14 24 25 2E 3 0 55 B8 1E B
Octal 24 44 45 56 3 0 125 270 36 13
Binary 10100 100100 100101 101110 11 0 1010101 10111000 11110 1011

Color Harmonies of #142425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142425

Black with #142425

Text Example


Text Example

White with #142425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142425; }

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

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

background-color css

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

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

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

border-color css

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

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

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