Html Css Color HEX #131916 Cardin Green

📋 copy color: '#131916'

red 19 ◦ green 25 ◦ blue 22

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

Shades of Cardin Green #131916

Tints of Cardin Green #131916

RGB

 RED value IS 19 (7.81% from 255) = 28.79%

 GREEN value IS 25 (10.16% from 255) = 37.88%

 BLUE value IS 22 (8.98% from 255) = 33.33%

R = 28.79%
G = 37.88%
B = 33.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.12

 K value IS 0.90

RGB Variations

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

Color information

#131916 (or 0x131916) is known color: Cardin Green. HEX triplet: 13, 19 and 16. RGB value is (19,25,22). Sum of RGB (Red+Green+Blue) = 19+25+22=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 25 (10.16% from 255 or 37.88% from 66); Blue value is 22 (8.98% from 255 or 33.33% from 66); Max value from RGB is 25 - color contains mainly: green. Hex color #131916 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131916 is #ECE6E9. Grayscale: #161616. Windows color (decimal): -15525610 or 1448211. OLE color: 1448211.

HSL color Cylindrical-coordinate representation of color #131916: hue angle of 150º 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 #131916 is Cyan = 0.24, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 25 22 -
CMYK 0.24 0 0.12 0.90
HSL 150º 0.14% 0.09% -
HSV(B) 150º 0.24% 0.1% -
XYZ 0.76 0.89 0.89 -
YUV 22.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 19 25 22 0.24 0 0.12 0.90 150 0.14 0.09
Hex 13 19 16 18 0 C 5A 96 E 9
Octal 23 31 26 30 0 14 132 226 16 11
Binary 10011 11001 10110 11000 0 1100 1011010 10010110 1110 1001

Color Harmonies of #131916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131916

Black with #131916

Text Example


Text Example

White with #131916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131916; }

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

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

background-color css

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

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

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

border-color css

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

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

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