Html Css Color HEX #100E17 Jaguar

📋 copy color: '#100E17'

red 16 ◦ green 14 ◦ blue 23

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

Shades of Jaguar #100E17

Tints of Jaguar #100E17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 43.4%

R = 30.19%
G = 26.42%
B = 43.4%

CMYK

 C value IS 0.30

 M value IS 0.39

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#100E17 (or 0x100E17) is known color: Jaguar. HEX triplet: 10, 0E and 17. RGB value is (16,14,23). Sum of RGB (Red+Green+Blue) = 16+14+23=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 14 (5.86% from 255 or 26.42% from 53); Blue value is 23 (9.38% from 255 or 43.40% from 53); Max value from RGB is 23 - color contains mainly: blue. Hex color #100E17 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #100E17 is #EFF1E8. Grayscale: #0F0F0F. Windows color (decimal): -15725033 or 1510928. OLE color: 1510928.

HSL color Cylindrical-coordinate representation of color #100E17: hue angle of 253.33º degrees, saturation: 0.24, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #100E17 is Cyan = 0.30, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 14 23 -
CMYK 0.30 0.39 0 0.91
HSL 253.33º 0.24% 0.07% -
HSV(B) 253.33º 0.39% 0.09% -
XYZ 0.53 0.49 0.88 -
YUV 15.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 16 14 23 0.30 0.39 0 0.91 253.33 0.24 0.07
Hex 10 E 17 1E 27 0 5B FD 18 7
Octal 20 16 27 36 47 0 133 375 30 7
Binary 10000 1110 10111 11110 100111 0 1011011 11111101 11000 111

Color Harmonies of #100E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100E17

Black with #100E17

Text Example


Text Example

White with #100E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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