Html Css Color HEX #152021 Swamp

📋 copy color: '#152021'

red 21 ◦ green 32 ◦ blue 33

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

Shades of Swamp #152021

Tints of Swamp #152021

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 38.37%

R = 24.42%
G = 37.21%
B = 38.37%

CMYK

 C value IS 0.36

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#152021 (or 0x152021) is known color: Swamp. HEX triplet: 15, 20 and 21. RGB value is (21,32,33). Sum of RGB (Red+Green+Blue) = 21+32+33=86 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.42% from 86); Green value is 32 (12.89% from 255 or 37.21% from 86); Blue value is 33 (13.28% from 255 or 38.37% from 86); Max value from RGB is 33 - color contains mainly: blue. Hex color #152021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152021 is #EADFDE. Grayscale: #1C1C1C. Windows color (decimal): -15392735 or 2170901. OLE color: 2170901.

HSL color Cylindrical-coordinate representation of color #152021: hue angle of 185º degrees, saturation: 0.22, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #152021 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 21 32 33 -
CMYK 0.36 0.03 0 0.87
HSL 185º 0.22% 0.11% -
HSV(B) 185º 0.36% 0.13% -
XYZ 1.1 1.3 1.63 -
YUV 28.83 130.36 122.42 -
System Red Green Blue C M Y K H S L
Decimal 21 32 33 0.36 0.03 0 0.87 185 0.22 0.11
Hex 15 20 21 24 3 0 57 B9 16 B
Octal 25 40 41 44 3 0 127 271 26 13
Binary 10101 100000 100001 100100 11 0 1010111 10111001 10110 1011

Color Harmonies of #152021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152021

Black with #152021

Text Example


Text Example

White with #152021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152021; }

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

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

background-color css

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

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

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

border-color css

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

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

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