Html Css Color HEX #052021 Swamp

📋 copy color: '#052021'

red 5 ◦ green 32 ◦ blue 33

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

Shades of Swamp #052021

Tints of Swamp #052021

RGB

 RED value IS 5 (2.34% from 255) = 7.14%

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

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

R = 7.14%
G = 45.71%
B = 47.14%

CMYK

 C value IS 0.85

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#052021 (or 0x052021) is known color: Swamp. HEX triplet: 05, 20 and 21. RGB value is (5,32,33). Sum of RGB (Red+Green+Blue) = 5+32+33=70 (9% of max value = 765). Red value is 5 (2.34% from 255 or 7.14% from 70); Green value is 32 (12.89% from 255 or 45.71% from 70); Blue value is 33 (13.28% from 255 or 47.14% from 70); Max value from RGB is 33 - color contains mainly: blue. Hex color #052021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #052021 is #FADFDE. Grayscale: #181818. Windows color (decimal): -16441311 or 2170885. OLE color: 2170885.

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

Color convert

RGB 5 32 33 -
CMYK 0.85 0.03 0 0.87
HSL 182.14º 0.74% 0.07% -
HSV(B) 182.14º 0.85% 0.13% -
XYZ 0.85 1.18 1.62 -
YUV 24.04 133.05 114.42 -
System Red Green Blue C M Y K H S L
Decimal 5 32 33 0.85 0.03 0 0.87 182.14 0.74 0.07
Hex 5 20 21 55 3 0 57 B6 4A 7
Octal 5 40 41 125 3 0 127 266 112 7
Binary 101 100000 100001 1010101 11 0 1010111 10110110 1001010 111

Color Harmonies of #052021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #052021

Black with #052021

Text Example


Text Example

White with #052021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #052021; }

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

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

background-color css

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

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

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

border-color css

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

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

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