Html Css Color HEX #011314 Dark Green

📋 copy color: '#011314'

red 1 ◦ green 19 ◦ blue 20

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

Shades of Dark Green #011314

Tints of Dark Green #011314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 50%

R = 2.5%
G = 47.5%
B = 50%

CMYK

 C value IS 0.95

 M value IS 0.05

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#011314 (or 0x011314) is known color: Dark Green. HEX triplet: 01, 13 and 14. RGB value is (1,19,20). Sum of RGB (Red+Green+Blue) = 1+19+20=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 19 (7.81% from 255 or 47.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #011314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011314 is #FEECEB. Grayscale: #0D0D0D. Windows color (decimal): -16706796 or 1315585. OLE color: 1315585.

HSL color Cylindrical-coordinate representation of color #011314: hue angle of 183.16º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #011314 is Cyan = 0.95, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 19 20 -
CMYK 0.95 0.05 0 0.92
HSL 183.16º 0.9% 0.04% -
HSV(B) 183.16º 0.95% 0.08% -
XYZ 0.37 0.52 0.74 -
YUV 13.73 131.54 118.92 -
System Red Green Blue C M Y K H S L
Decimal 1 19 20 0.95 0.05 0 0.92 183.16 0.9 0.04
Hex 1 13 14 5F 5 0 5C B7 5A 4
Octal 1 23 24 137 5 0 134 267 132 4
Binary 1 10011 10100 1011111 101 0 1011100 10110111 1011010 100

Color Harmonies of #011314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011314

Black with #011314

Text Example


Text Example

White with #011314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011314; }

 p { color: rgb(1,19,20); }

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

background-color css

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

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

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

border-color css

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

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

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