Html Css Color HEX #152828 Swamp

📋 copy color: '#152828'

red 21 ◦ green 40 ◦ blue 40

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

Shades of Swamp #152828

Tints of Swamp #152828

RGB

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

 GREEN value IS 40 (16.02% from 255) = 39.6%

 BLUE value IS 40 (16.02% from 255) = 39.6%

R = 20.79%
G = 39.6%
B = 39.6%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#152828 (or 0x152828) is known color: Swamp. HEX triplet: 15, 28 and 28. RGB value is (21,40,40). Sum of RGB (Red+Green+Blue) = 21+40+40=101 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.79% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 40 (16.02% from 255 or 39.60% from 101); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #152828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152828 is #EAD7D7. Grayscale: #222222. Windows color (decimal): -15390680 or 2631701. OLE color: 2631701.

HSL color Cylindrical-coordinate representation of color #152828: hue angle of 180º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #152828 is Cyan = 0.48, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 21 40 40 -
CMYK 0.48 0 0 0.84
HSL 180º 0.31% 0.12% -
HSV(B) 180º 0.48% 0.16% -
XYZ 1.45 1.83 2.28 -
YUV 34.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 21 40 40 0.48 0 0 0.84 180 0.31 0.12
Hex 15 28 28 30 0 0 54 B4 1F C
Octal 25 50 50 60 0 0 124 264 37 14
Binary 10101 101000 101000 110000 0 0 1010100 10110100 11111 1100

Color Harmonies of #152828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152828

Black with #152828

Text Example


Text Example

White with #152828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152828; }

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

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

background-color css

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

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

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

border-color css

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

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

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