Html Css Color HEX #081919 Dark Green

📋 copy color: '#081919'

red 8 ◦ green 25 ◦ blue 25

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

Shades of Dark Green #081919

Tints of Dark Green #081919

RGB

 RED value IS 8 (3.52% from 255) = 13.79%

 GREEN value IS 25 (10.16% from 255) = 43.1%

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

R = 13.79%
G = 43.1%
B = 43.1%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#081919 (or 0x081919) is known color: Dark Green. HEX triplet: 08, 19 and 19. RGB value is (8,25,25). Sum of RGB (Red+Green+Blue) = 8+25+25=58 (7% of max value = 765). Red value is 8 (3.52% from 255 or 13.79% from 58); Green value is 25 (10.16% from 255 or 43.10% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 25 - color contains mainly: green, blue. Hex color #081919 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081919 is #F7E6E6. Grayscale: #131313. Windows color (decimal): -16246503 or 1644808. OLE color: 1644808.

HSL color Cylindrical-coordinate representation of color #081919: hue angle of 180º degrees, saturation: 0.52, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #081919 is Cyan = 0.68, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 8 25 25 -
CMYK 0.68 0 0 0.90
HSL 180º 0.52% 0.06% -
HSV(B) 180º 0.68% 0.1% -
XYZ 0.62 0.82 1.04 -
YUV 19.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 8 25 25 0.68 0 0 0.90 180 0.52 0.06
Hex 8 19 19 44 0 0 5A B4 34 6
Octal 10 31 31 104 0 0 132 264 64 6
Binary 1000 11001 11001 1000100 0 0 1011010 10110100 110100 110

Color Harmonies of #081919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081919

Black with #081919

Text Example


Text Example

White with #081919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081919; }

 p { color: rgb(8,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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