Html Css Color HEX #031111 Dark Green

📋 copy color: '#031111'

red 3 ◦ green 17 ◦ blue 17

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

Shades of Dark Green #031111

Tints of Dark Green #031111

RGB

 RED value IS 3 (1.56% from 255) = 8.11%

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

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

R = 8.11%
G = 45.95%
B = 45.95%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#031111 (or 0x031111) is known color: Dark Green. HEX triplet: 03, 11 and 11. RGB value is (3,17,17). Sum of RGB (Red+Green+Blue) = 3+17+17=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 17 (7.03% from 255 or 45.95% from 37); Blue value is 17 (7.03% from 255 or 45.95% from 37); Max value from RGB is 17 - color contains mainly: green, blue. Hex color #031111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031111 is #FCEEEE. Grayscale: #0C0C0C. Windows color (decimal): -16576239 or 1118467. OLE color: 1118467.

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

Color convert

RGB 3 17 17 -
CMYK 0.82 0 0 0.93
HSL 180º 0.7% 0.04% -
HSV(B) 180º 0.82% 0.07% -
XYZ 0.34 0.46 0.6 -
YUV 12.81 130.36 121 -
System Red Green Blue C M Y K H S L
Decimal 3 17 17 0.82 0 0 0.93 180 0.7 0.04
Hex 3 11 11 52 0 0 5D B4 46 4
Octal 3 21 21 122 0 0 135 264 106 4
Binary 11 10001 10001 1010010 0 0 1011101 10110100 1000110 100

Color Harmonies of #031111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031111

Black with #031111

Text Example


Text Example

White with #031111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031111; }

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

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

background-color css

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

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

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

border-color css

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

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

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