Html Css Color HEX #011011 Dark Green

📋 copy color: '#011011'

red 1 ◦ green 16 ◦ blue 17

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

Shades of Dark Green #011011

Tints of Dark Green #011011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 47.06%

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

R = 2.94%
G = 47.06%
B = 50%

CMYK

 C value IS 0.94

 M value IS 0.06

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#011011 (or 0x011011) is known color: Dark Green. HEX triplet: 01, 10 and 11. RGB value is (1,16,17). Sum of RGB (Red+Green+Blue) = 1+16+17=34 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.94% from 34); Green value is 16 (6.64% from 255 or 47.06% from 34); Blue value is 17 (7.03% from 255 or 50% from 34); Max value from RGB is 17 - color contains mainly: blue. Hex color #011011 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011011 is #FEEFEE. Grayscale: #0B0B0B. Windows color (decimal): -16707567 or 1118209. OLE color: 1118209.

HSL color Cylindrical-coordinate representation of color #011011: hue angle of 183.75º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #011011 is Cyan = 0.94, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 1 16 17 -
CMYK 0.94 0.06 0 0.93
HSL 183.75º 0.89% 0.04% -
HSV(B) 183.75º 0.94% 0.07% -
XYZ 0.3 0.42 0.6 -
YUV 11.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 1 16 17 0.94 0.06 0 0.93 183.75 0.89 0.04
Hex 1 10 11 5E 6 0 5D B8 59 4
Octal 1 20 21 136 6 0 135 270 131 4
Binary 1 10000 10001 1011110 110 0 1011101 10111000 1011001 100

Color Harmonies of #011011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011011

Black with #011011

Text Example


Text Example

White with #011011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011011; }

 p { color: rgb(1,16,17); }

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

background-color css

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

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

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

border-color css

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

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

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