Html Css Color HEX #031010 Dark Green

📋 copy color: '#031010'

red 3 ◦ green 16 ◦ blue 16

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

Shades of Dark Green #031010

Tints of Dark Green #031010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 45.71%

R = 8.57%
G = 45.71%
B = 45.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#031010 (or 0x031010) is known color: Dark Green. HEX triplet: 03, 10 and 10. RGB value is (3,16,16). Sum of RGB (Red+Green+Blue) = 3+16+16=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 16 (6.64% from 255 or 45.71% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: green, blue. Hex color #031010 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031010 is #FCEFEF. Grayscale: #0C0C0C. Windows color (decimal): -16576496 or 1052675. OLE color: 1052675.

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

Color convert

RGB 3 16 16 -
CMYK 0.81 0 0 0.94
HSL 180º 0.68% 0.04% -
HSV(B) 180º 0.81% 0.06% -
XYZ 0.32 0.43 0.56 -
YUV 12.11 130.19 121.5 -
System Red Green Blue C M Y K H S L
Decimal 3 16 16 0.81 0 0 0.94 180 0.68 0.04
Hex 3 10 10 51 0 0 5E B4 44 4
Octal 3 20 20 121 0 0 136 264 104 4
Binary 11 10000 10000 1010001 0 0 1011110 10110100 1000100 100

Color Harmonies of #031010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031010

Black with #031010

Text Example


Text Example

White with #031010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031010; }

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

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

background-color css

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

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

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

border-color css

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

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

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