Html Css Color HEX #131715 Cardin Green

📋 copy color: '#131715'

red 19 ◦ green 23 ◦ blue 21

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

Shades of Cardin Green #131715

Tints of Cardin Green #131715

RGB

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

 GREEN value IS 23 (9.38% from 255) = 36.51%

 BLUE value IS 21 (8.59% from 255) = 33.33%

R = 30.16%
G = 36.51%
B = 33.33%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.09

 K value IS 0.91

RGB Variations

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

Color information

#131715 (or 0x131715) is known color: Cardin Green. HEX triplet: 13, 17 and 15. RGB value is (19,23,21). Sum of RGB (Red+Green+Blue) = 19+23+21=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 23 (9.38% from 255 or 36.51% from 63); Blue value is 21 (8.59% from 255 or 33.33% from 63); Max value from RGB is 23 - color contains mainly: green. Hex color #131715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131715 is #ECE8EA. Grayscale: #151515. Windows color (decimal): -15526123 or 1382163. OLE color: 1382163.

HSL color Cylindrical-coordinate representation of color #131715: hue angle of 150º degrees, saturation: 0.1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #131715 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 23 21 -
CMYK 0.17 0 0.09 0.91
HSL 150º 0.1% 0.08% -
HSV(B) 150º 0.17% 0.09% -
XYZ 0.71 0.81 0.83 -
YUV 21.58 127.67 126.16 -
System Red Green Blue C M Y K H S L
Decimal 19 23 21 0.17 0 0.09 0.91 150 0.1 0.08
Hex 13 17 15 11 0 9 5B 96 A 8
Octal 23 27 25 21 0 11 133 226 12 10
Binary 10011 10111 10101 10001 0 1001 1011011 10010110 1010 1000

Color Harmonies of #131715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131715

Black with #131715

Text Example


Text Example

White with #131715

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131715; }

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

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

background-color css

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

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

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

border-color css

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

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

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