Html Css Color HEX #0A2021 Swamp

📋 copy color: '#0A2021'

red 10 ◦ green 32 ◦ blue 33

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

Shades of Swamp #0A2021

Tints of Swamp #0A2021

RGB

 RED value IS 10 (4.3% from 255) = 13.33%

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

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

R = 13.33%
G = 42.67%
B = 44%

CMYK

 C value IS 0.70

 M value IS 0.03

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0A2021 (or 0x0A2021) is known color: Swamp. HEX triplet: 0A, 20 and 21. RGB value is (10,32,33). Sum of RGB (Red+Green+Blue) = 10+32+33=75 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.33% from 75); Green value is 32 (12.89% from 255 or 42.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #0A2021 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2021 is #F5DFDE. Grayscale: #191919. Windows color (decimal): -16113631 or 2170890. OLE color: 2170890.

HSL color Cylindrical-coordinate representation of color #0A2021: hue angle of 182.61º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0A2021 is Cyan = 0.70, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 10 32 33 -
CMYK 0.70 0.03 0 0.87
HSL 182.61º 0.53% 0.08% -
HSV(B) 182.61º 0.7% 0.13% -
XYZ 0.92 1.21 1.62 -
YUV 25.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 10 32 33 0.70 0.03 0 0.87 182.61 0.53 0.08
Hex A 20 21 46 3 0 57 B7 35 8
Octal 12 40 41 106 3 0 127 267 65 10
Binary 1010 100000 100001 1000110 11 0 1010111 10110111 110101 1000

Color Harmonies of #0A2021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2021

Black with #0A2021

Text Example


Text Example

White with #0A2021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A2021; }

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

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

background-color css

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

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

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

border-color css

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

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

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