Html Css Color HEX #101513 Dark Green

📋 copy color: '#101513'

red 16 ◦ green 21 ◦ blue 19

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

Shades of Dark Green #101513

Tints of Dark Green #101513

RGB

 RED value IS 16 (6.64% from 255) = 28.57%

 GREEN value IS 21 (8.59% from 255) = 37.5%

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

R = 28.57%
G = 37.5%
B = 33.93%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.10

 K value IS 0.92

RGB Variations

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

Color information

#101513 (or 0x101513) is known color: Dark Green. HEX triplet: 10, 15 and 13. RGB value is (16,21,19). Sum of RGB (Red+Green+Blue) = 16+21+19=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 19 (7.81% from 255 or 33.93% from 56); Max value from RGB is 21 - color contains mainly: green. Hex color #101513 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101513 is #EFEAEC. Grayscale: #131313. Windows color (decimal): -15723245 or 1250576. OLE color: 1250576.

HSL color Cylindrical-coordinate representation of color #101513: hue angle of 156º degrees, saturation: 0.14, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #101513 is Cyan = 0.24, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 21 19 -
CMYK 0.24 0 0.10 0.92
HSL 156º 0.14% 0.07% -
HSV(B) 156º 0.24% 0.08% -
XYZ 0.6 0.69 0.72 -
YUV 19.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 16 21 19 0.24 0 0.10 0.92 156 0.14 0.07
Hex 10 15 13 18 0 A 5C 9C E 7
Octal 20 25 23 30 0 12 134 234 16 7
Binary 10000 10101 10011 11000 0 1010 1011100 10011100 1110 111

Color Harmonies of #101513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101513

Black with #101513

Text Example


Text Example

White with #101513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101513; }

 p { color: rgb(16,21,19); }

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

background-color css

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

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

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

border-color css

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

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

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