Html Css Color HEX #152020 Swamp

📋 copy color: '#152020'

red 21 ◦ green 32 ◦ blue 32

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

Shades of Swamp #152020

Tints of Swamp #152020

RGB

 RED value IS 21 (8.59% from 255) = 24.71%

 GREEN value IS 32 (12.89% from 255) = 37.65%

 BLUE value IS 32 (12.89% from 255) = 37.65%

R = 24.71%
G = 37.65%
B = 37.65%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#152020 (or 0x152020) is known color: Swamp. HEX triplet: 15, 20 and 20. RGB value is (21,32,32). Sum of RGB (Red+Green+Blue) = 21+32+32=85 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.71% from 85); Green value is 32 (12.89% from 255 or 37.65% from 85); Blue value is 32 (12.89% from 255 or 37.65% from 85); Max value from RGB is 32 - color contains mainly: green, blue. Hex color #152020 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152020 is #EADFDF. Grayscale: #1C1C1C. Windows color (decimal): -15392736 or 2105365. OLE color: 2105365.

HSL color Cylindrical-coordinate representation of color #152020: hue angle of 180º degrees, saturation: 0.21, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #152020 is Cyan = 0.34, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 32 -
CMYK 0.34 0 0 0.87
HSL 180º 0.21% 0.1% -
HSV(B) 180º 0.34% 0.13% -
XYZ 1.09 1.3 1.56 -
YUV 28.71 129.86 122.5 -
System Red Green Blue C M Y K H S L
Decimal 21 32 32 0.34 0 0 0.87 180 0.21 0.1
Hex 15 20 20 22 0 0 57 B4 15 A
Octal 25 40 40 42 0 0 127 264 25 12
Binary 10101 100000 100000 100010 0 0 1010111 10110100 10101 1010

Color Harmonies of #152020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152020

Black with #152020

Text Example


Text Example

White with #152020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152020; }

 p { color: rgb(21,32,32); }

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

background-color css

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

 a { background-color: rgb(21,32,32); }

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

border-color css

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

 span { border-color: rgb(21,32,32); }

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