Html Css Color HEX #031313 Dark Green

📋 copy color: '#031313'

red 3 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #031313

Tints of Dark Green #031313

RGB

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

 GREEN value IS 19 (7.81% from 255) = 46.34%

 BLUE value IS 19 (7.81% from 255) = 46.34%

R = 7.32%
G = 46.34%
B = 46.34%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#031313 (or 0x031313) is known color: Dark Green. HEX triplet: 03, 13 and 13. RGB value is (3,19,19). Sum of RGB (Red+Green+Blue) = 3+19+19=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 19 (7.81% from 255 or 46.34% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #031313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031313 is #FCECEC. Grayscale: #0E0E0E. Windows color (decimal): -16575725 or 1250051. OLE color: 1250051.

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

Color convert

RGB 3 19 19 -
CMYK 0.84 0 0 0.93
HSL 180º 0.73% 0.04% -
HSV(B) 180º 0.84% 0.07% -
XYZ 0.39 0.53 0.7 -
YUV 14.22 130.7 120 -
System Red Green Blue C M Y K H S L
Decimal 3 19 19 0.84 0 0 0.93 180 0.73 0.04
Hex 3 13 13 54 0 0 5D B4 49 4
Octal 3 23 23 124 0 0 135 264 111 4
Binary 11 10011 10011 1010100 0 0 1011101 10110100 1001001 100

Color Harmonies of #031313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #031313

Black with #031313

Text Example


Text Example

White with #031313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #031313; }

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

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

background-color css

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

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

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

border-color css

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

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

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