Html Css Color HEX #100E15 Jaguar

📋 copy color: '#100E15'

red 16 ◦ green 14 ◦ blue 21

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

Shades of Jaguar #100E15

Tints of Jaguar #100E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 27.45%

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

R = 31.37%
G = 27.45%
B = 41.18%

CMYK

 C value IS 0.24

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#100E15 (or 0x100E15) is known color: Jaguar. HEX triplet: 10, 0E and 15. RGB value is (16,14,21). Sum of RGB (Red+Green+Blue) = 16+14+21=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 21 (8.59% from 255 or 41.18% from 51); Max value from RGB is 21 - color contains mainly: blue. Hex color #100E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E15 is #EFF1EA. Grayscale: #0F0F0F. Windows color (decimal): -15725035 or 1379856. OLE color: 1379856.

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

Color convert

RGB 16 14 21 -
CMYK 0.24 0.33 0 0.92
HSL 257.14º 0.2% 0.07% -
HSV(B) 257.14º 0.33% 0.08% -
XYZ 0.51 0.48 0.78 -
YUV 15.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 16 14 21 0.24 0.33 0 0.92 257.14 0.2 0.07
Hex 10 E 15 18 21 0 5C 101 14 7
Octal 20 16 25 30 41 0 134 401 24 7
Binary 10000 1110 10101 11000 100001 0 1011100 100000001 10100 111

Color Harmonies of #100E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E15

Black with #100E15

Text Example


Text Example

White with #100E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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