Html Css Color HEX #152221 Swamp

📋 copy color: '#152221'

red 21 ◦ green 34 ◦ blue 33

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

Shades of Swamp #152221

Tints of Swamp #152221

RGB

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

 GREEN value IS 34 (13.67% from 255) = 38.64%

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

R = 23.86%
G = 38.64%
B = 37.5%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.87

RGB Variations

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

Color information

#152221 (or 0x152221) is known color: Swamp. HEX triplet: 15, 22 and 21. RGB value is (21,34,33). Sum of RGB (Red+Green+Blue) = 21+34+33=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 34 (13.67% from 255 or 38.64% from 88); Blue value is 33 (13.28% from 255 or 37.5% from 88); Max value from RGB is 34 - color contains mainly: green. Hex color #152221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152221 is #EADDDE. Grayscale: #1D1D1D. Windows color (decimal): -15392223 or 2171413. OLE color: 2171413.

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

Color convert

RGB 21 34 33 -
CMYK 0.38 0 0.03 0.87
HSL 175.38º 0.24% 0.11% -
HSV(B) 175.38º 0.38% 0.13% -
XYZ 1.16 1.41 1.65 -
YUV 30 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 21 34 33 0.38 0 0.03 0.87 175.38 0.24 0.11
Hex 15 22 21 26 0 3 57 AF 18 B
Octal 25 42 41 46 0 3 127 257 30 13
Binary 10101 100010 100001 100110 0 11 1010111 10101111 11000 1011

Color Harmonies of #152221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152221

Black with #152221

Text Example


Text Example

White with #152221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152221; }

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

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

background-color css

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

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

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

border-color css

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

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

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