Html Css Color HEX #081111 Dark Green

📋 copy color: '#081111'

red 8 ◦ green 17 ◦ blue 17

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

Shades of Dark Green #081111

Tints of Dark Green #081111

RGB

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

 GREEN value IS 17 (7.03% from 255) = 40.48%

 BLUE value IS 17 (7.03% from 255) = 40.48%

R = 19.05%
G = 40.48%
B = 40.48%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#081111 (or 0x081111) is known color: Dark Green. HEX triplet: 08, 11 and 11. RGB value is (8,17,17). Sum of RGB (Red+Green+Blue) = 8+17+17=42 (5% of max value = 765). Red value is 8 (3.52% from 255 or 19.05% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 17 (7.03% from 255 or 40.48% from 42); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #081111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #081111 is #F7EEEE. Grayscale: #0E0E0E. Windows color (decimal): -16248559 or 1118472. OLE color: 1118472.

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

Color convert

RGB 8 17 17 -
CMYK 0.53 0 0 0.93
HSL 180º 0.36% 0.05% -
HSV(B) 180º 0.53% 0.07% -
XYZ 0.4 0.49 0.6 -
YUV 14.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 8 17 17 0.53 0 0 0.93 180 0.36 0.05
Hex 8 11 11 35 0 0 5D B4 24 5
Octal 10 21 21 65 0 0 135 264 44 5
Binary 1000 10001 10001 110101 0 0 1011101 10110100 100100 101

Color Harmonies of #081111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081111

Black with #081111

Text Example


Text Example

White with #081111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081111; }

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

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

background-color css

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

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

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

border-color css

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

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

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