Html Css Color HEX #011313 Dark Green

📋 copy color: '#011313'

red 1 ◦ green 19 ◦ blue 19

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

Shades of Dark Green #011313

Tints of Dark Green #011313

RGB

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

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

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

R = 2.56%
G = 48.72%
B = 48.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#011313 (or 0x011313) is known color: Dark Green. HEX triplet: 01, 13 and 13. RGB value is (1,19,19). Sum of RGB (Red+Green+Blue) = 1+19+19=39 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.56% from 39); Green value is 19 (7.81% from 255 or 48.72% from 39); Blue value is 19 (7.81% from 255 or 48.72% from 39); Max value from RGB is 19 - color contains mainly: green, blue. Hex color #011313 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #011313 is #FEECEC. Grayscale: #0D0D0D. Windows color (decimal): -16706797 or 1250049. OLE color: 1250049.

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

Color convert

RGB 1 19 19 -
CMYK 0.95 0 0 0.93
HSL 180º 0.9% 0.04% -
HSV(B) 180º 0.95% 0.07% -
XYZ 0.36 0.52 0.7 -
YUV 13.62 131.04 119 -
System Red Green Blue C M Y K H S L
Decimal 1 19 19 0.95 0 0 0.93 180 0.9 0.04
Hex 1 13 13 5F 0 0 5D B4 5A 4
Octal 1 23 23 137 0 0 135 264 132 4
Binary 1 10011 10011 1011111 0 0 1011101 10110100 1011010 100

Color Harmonies of #011313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011313

Black with #011313

Text Example


Text Example

White with #011313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011313; }

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

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

background-color css

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

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

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

border-color css

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

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

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