#131918

Color #131918 Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Racing Green #131918

Tints of Racing Green #131918

Color information

#131918 (or 0x131918) is unknown color: approx Racing Green. HEX triplet: 13, 19 and 18. RGB value is (19,25,24). Sum of RGB (Red+Green+Blue) = 19+25+24=68 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.94% from 68); Green value is 25 (10.16% from 255 or 36.76% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 25 - color contains mainly: green. Hex color #131918 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131918 is #ECE6E7. Grayscale: #171717. Windows color (decimal): -15525608 or 1579283. OLE color: 1579283.

HSL color Cylindrical-coordinate representation of color #131918: hue angle of 170º degrees, saturation: 0.14, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #131918 is Cyan = 0.24, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.90.

Color convert

RGB192524-
CMYK0.2400.040.90
HSL170º13.64%8.63%-
HSV(B)170º24%9.8%-
XYZ0.780.91-
YUV23.09128.51125.08-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 27.94%
GREEN value IS 25 (10.16% from 255) = 36.76%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=27.94%
G=36.76%
B=35.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1925240.2400.040.9017013.648.63
Hex13191818045Aaae9
Octal23313030041322521611
Binary10011110011100011000010010110101010101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131918; }

 p { color: rgb(19,25,24); }

 H1.HeaderClassName
 {
   color: #131918;
 }
 .AnyTagClassName
 {
   color: #131918;
 }
</style>
background-color css

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

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

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

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

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

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