Html Css Color HEX #0A1818 Swamp

📋 copy color: '#0A1818'

red 10 ◦ green 24 ◦ blue 24

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

Shades of Swamp #0A1818

Tints of Swamp #0A1818

RGB

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

 GREEN value IS 24 (9.77% from 255) = 41.38%

 BLUE value IS 24 (9.77% from 255) = 41.38%

R = 17.24%
G = 41.38%
B = 41.38%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0A1818 (or 0x0A1818) is known color: Swamp. HEX triplet: 0A, 18 and 18. RGB value is (10,24,24). Sum of RGB (Red+Green+Blue) = 10+24+24=58 (7% of max value = 765). Red value is 10 (4.30% from 255 or 17.24% from 58); Green value is 24 (9.77% from 255 or 41.38% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #0A1818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1818 is #F5E7E7. Grayscale: #131313. Windows color (decimal): -16115688 or 1579018. OLE color: 1579018.

HSL color Cylindrical-coordinate representation of color #0A1818: hue angle of 180º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0A1818 is Cyan = 0.58, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 10 24 24 -
CMYK 0.58 0 0 0.91
HSL 180º 0.41% 0.07% -
HSV(B) 180º 0.58% 0.09% -
XYZ 0.62 0.78 0.98 -
YUV 19.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 10 24 24 0.58 0 0 0.91 180 0.41 0.07
Hex A 18 18 3A 0 0 5B B4 29 7
Octal 12 30 30 72 0 0 133 264 51 7
Binary 1010 11000 11000 111010 0 0 1011011 10110100 101001 111

Color Harmonies of #0A1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A1818

Black with #0A1818

Text Example


Text Example

White with #0A1818

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,24,24); }

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

background-color css

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

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

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

border-color css

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

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

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