Html Css Color HEX #011819 Dark Green

📋 copy color: '#011819'

red 1 ◦ green 24 ◦ blue 25

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

Shades of Dark Green #011819

Tints of Dark Green #011819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 50%

R = 2%
G = 48%
B = 50%

CMYK

 C value IS 0.96

 M value IS 0.04

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#011819 (or 0x011819) is known color: Dark Green. HEX triplet: 01, 18 and 19. RGB value is (1,24,25). Sum of RGB (Red+Green+Blue) = 1+24+25=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 24 (9.77% from 255 or 48% from 50); Blue value is 25 (10.16% from 255 or 50% from 50); Max value from RGB is 25 - color contains mainly: blue. Hex color #011819 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011819 is #FEE7E6. Grayscale: #111111. Windows color (decimal): -16705511 or 1644545. OLE color: 1644545.

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

Color convert

RGB 1 24 25 -
CMYK 0.96 0.04 0 0.90
HSL 182.5º 0.92% 0.05% -
HSV(B) 182.5º 0.96% 0.1% -
XYZ 0.51 0.73 1.03 -
YUV 17.24 132.38 116.42 -
System Red Green Blue C M Y K H S L
Decimal 1 24 25 0.96 0.04 0 0.90 182.5 0.92 0.05
Hex 1 18 19 60 4 0 5A B6 5C 5
Octal 1 30 31 140 4 0 132 266 134 5
Binary 1 11000 11001 1100000 100 0 1011010 10110110 1011100 101

Color Harmonies of #011819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011819

Black with #011819

Text Example


Text Example

White with #011819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011819; }

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

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

background-color css

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

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

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

border-color css

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

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

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