Html Css Color HEX #131215 Haiti

📋 copy color: '#131215'

red 19 ◦ green 18 ◦ blue 21

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

Shades of Haiti #131215

Tints of Haiti #131215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 31.03%

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

R = 32.76%
G = 31.03%
B = 36.21%

CMYK

 C value IS 0.10

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131215 (or 0x131215) is known color: Haiti. HEX triplet: 13, 12 and 15. RGB value is (19,18,21). Sum of RGB (Red+Green+Blue) = 19+18+21=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 18 (7.42% from 255 or 31.03% from 58); Blue value is 21 (8.59% from 255 or 36.21% from 58); Max value from RGB is 21 - color contains mainly: blue. Hex color #131215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131215 is #ECEDEA. Grayscale: #121212. Windows color (decimal): -15527403 or 1380883. OLE color: 1380883.

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

Color convert

RGB 19 18 21 -
CMYK 0.10 0.14 0 0.92
HSL 260º 0.08% 0.08% -
HSV(B) 260º 0.14% 0.08% -
XYZ 0.62 0.63 0.8 -
YUV 18.64 129.33 128.26 -
System Red Green Blue C M Y K H S L
Decimal 19 18 21 0.10 0.14 0 0.92 260 0.08 0.08
Hex 13 12 15 A E 0 5C 104 8 8
Octal 23 22 25 12 16 0 134 404 10 10
Binary 10011 10010 10101 1010 1110 0 1011100 100000100 1000 1000

Color Harmonies of #131215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131215

Black with #131215

Text Example


Text Example

White with #131215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131215; }

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

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

background-color css

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

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

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

border-color css

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

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

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