Html Css Color HEX #011818 Dark Green

📋 copy color: '#011818'

red 1 ◦ green 24 ◦ blue 24

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

Shades of Dark Green #011818

Tints of Dark Green #011818

RGB

 RED value IS 1 (0.78% from 255) = 2.04%

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

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

R = 2.04%
G = 48.98%
B = 48.98%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#011818 (or 0x011818) is known color: Dark Green. HEX triplet: 01, 18 and 18. RGB value is (1,24,24). Sum of RGB (Red+Green+Blue) = 1+24+24=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 24 (9.77% from 255 or 48.98% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: green, blue. Hex color #011818 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011818 is #FEE7E7. Grayscale: #111111. Windows color (decimal): -16705512 or 1579009. OLE color: 1579009.

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

Color convert

RGB 1 24 24 -
CMYK 0.96 0 0 0.91
HSL 180º 0.92% 0.05% -
HSV(B) 180º 0.96% 0.09% -
XYZ 0.5 0.73 0.98 -
YUV 17.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 1 24 24 0.96 0 0 0.91 180 0.92 0.05
Hex 1 18 18 60 0 0 5B B4 5C 5
Octal 1 30 30 140 0 0 133 264 134 5
Binary 1 11000 11000 1100000 0 0 1011011 10110100 1011100 101

Color Harmonies of #011818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011818

Black with #011818

Text Example


Text Example

White with #011818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011818; }

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

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

background-color css

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

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

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

border-color css

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

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

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