Html Css Color HEX #011414 Dark Green

📋 copy color: '#011414'

red 1 ◦ green 20 ◦ blue 20

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

Shades of Dark Green #011414

Tints of Dark Green #011414

RGB

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

 GREEN value IS 20 (8.2% from 255) = 48.78%

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

R = 2.44%
G = 48.78%
B = 48.78%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#011414 (or 0x011414) is known color: Dark Green. HEX triplet: 01, 14 and 14. RGB value is (1,20,20). Sum of RGB (Red+Green+Blue) = 1+20+20=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 20 (8.20% from 255 or 48.78% from 41); Blue value is 20 (8.20% from 255 or 48.78% from 41); Max value from RGB is 20 - color contains mainly: green, blue. Hex color #011414 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011414 is #FEEBEB. Grayscale: #0E0E0E. Windows color (decimal): -16706540 or 1315841. OLE color: 1315841.

HSL color Cylindrical-coordinate representation of color #011414: hue angle of 180º 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 #011414 is Cyan = 0.95, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 1 20 20 -
CMYK 0.95 0 0 0.92
HSL 180º 0.9% 0.04% -
HSV(B) 180º 0.95% 0.08% -
XYZ 0.39 0.56 0.75 -
YUV 14.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 1 20 20 0.95 0 0 0.92 180 0.9 0.04
Hex 1 14 14 5F 0 0 5C B4 5A 4
Octal 1 24 24 137 0 0 134 264 132 4
Binary 1 10100 10100 1011111 0 0 1011100 10110100 1011010 100

Color Harmonies of #011414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011414

Black with #011414

Text Example


Text Example

White with #011414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011414; }

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

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

background-color css

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

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

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

border-color css

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

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

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