Html Css Color HEX #031616 Dark Green

📋 copy color: '#031616'

red 3 ◦ green 22 ◦ blue 22

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

Shades of Dark Green #031616

Tints of Dark Green #031616

RGB

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

 GREEN value IS 22 (8.98% from 255) = 46.81%

 BLUE value IS 22 (8.98% from 255) = 46.81%

R = 6.38%
G = 46.81%
B = 46.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#031616 (or 0x031616) is known color: Dark Green. HEX triplet: 03, 16 and 16. RGB value is (3,22,22). Sum of RGB (Red+Green+Blue) = 3+22+22=47 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.38% from 47); Green value is 22 (8.98% from 255 or 46.81% from 47); Blue value is 22 (8.98% from 255 or 46.81% from 47); Max value from RGB is 22 - color contains mainly: green, blue. Hex color #031616 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031616 is #FCE9E9. Grayscale: #101010. Windows color (decimal): -16574954 or 1447427. OLE color: 1447427.

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

Color convert

RGB 3 22 22 -
CMYK 0.86 0 0 0.91
HSL 180º 0.76% 0.05% -
HSV(B) 180º 0.86% 0.09% -
XYZ 0.47 0.65 0.86 -
YUV 16.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 3 22 22 0.86 0 0 0.91 180 0.76 0.05
Hex 3 16 16 56 0 0 5B B4 4C 5
Octal 3 26 26 126 0 0 133 264 114 5
Binary 11 10110 10110 1010110 0 0 1011011 10110100 1001100 101

Color Harmonies of #031616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031616

Black with #031616

Text Example


Text Example

White with #031616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031616; }

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

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

background-color css

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

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

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

border-color css

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

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

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