Html Css Color HEX #152121 Swamp

📋 copy color: '#152121'

red 21 ◦ green 33 ◦ blue 33

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

Shades of Swamp #152121

Tints of Swamp #152121

RGB

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

 GREEN value IS 33 (13.28% from 255) = 37.93%

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

R = 24.14%
G = 37.93%
B = 37.93%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#152121 (or 0x152121) is known color: Swamp. HEX triplet: 15, 21 and 21. RGB value is (21,33,33). Sum of RGB (Red+Green+Blue) = 21+33+33=87 (11% of max value = 765). Red value is 21 (8.59% from 255 or 24.14% from 87); Green value is 33 (13.28% from 255 or 37.93% from 87); Blue value is 33 (13.28% from 255 or 37.93% from 87); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #152121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152121 is #EADEDE. Grayscale: #1D1D1D. Windows color (decimal): -15392479 or 2171157. OLE color: 2171157.

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

Color convert

RGB 21 33 33 -
CMYK 0.36 0 0 0.87
HSL 180º 0.22% 0.11% -
HSV(B) 180º 0.36% 0.13% -
XYZ 1.13 1.36 1.64 -
YUV 29.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 21 33 33 0.36 0 0 0.87 180 0.22 0.11
Hex 15 21 21 24 0 0 57 B4 16 B
Octal 25 41 41 44 0 0 127 264 26 13
Binary 10101 100001 100001 100100 0 0 1010111 10110100 10110 1011

Color Harmonies of #152121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152121

Black with #152121

Text Example


Text Example

White with #152121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152121; }

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

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

background-color css

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

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

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

border-color css

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

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

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