Html Css Color HEX #142525 Swamp

📋 copy color: '#142525'

red 20 ◦ green 37 ◦ blue 37

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

Shades of Swamp #142525

Tints of Swamp #142525

RGB

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

 GREEN value IS 37 (14.84% from 255) = 39.36%

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

R = 21.28%
G = 39.36%
B = 39.36%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#142525 (or 0x142525) is known color: Swamp. HEX triplet: 14, 25 and 25. RGB value is (20,37,37). Sum of RGB (Red+Green+Blue) = 20+37+37=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 37 (14.84% from 255 or 39.36% from 94); Blue value is 37 (14.84% from 255 or 39.36% from 94); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #142525 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #142525 is #EBDADA. Grayscale: #1F1F1F. Windows color (decimal): -15456987 or 2434324. OLE color: 2434324.

HSL color Cylindrical-coordinate representation of color #142525: hue angle of 180º 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 #142525 is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 37 37 -
CMYK 0.46 0 0 0.85
HSL 180º 0.3% 0.11% -
HSV(B) 180º 0.46% 0.15% -
XYZ 1.28 1.61 1.99 -
YUV 31.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 20 37 37 0.46 0 0 0.85 180 0.3 0.11
Hex 14 25 25 2E 0 0 55 B4 1E B
Octal 24 45 45 56 0 0 125 264 36 13
Binary 10100 100101 100101 101110 0 0 1010101 10110100 11110 1011

Color Harmonies of #142525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142525

Black with #142525

Text Example


Text Example

White with #142525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142525; }

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

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

background-color css

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

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

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

border-color css

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

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

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