Html Css Color HEX #121017 Jaguar

📋 copy color: '#121017'

red 18 ◦ green 16 ◦ blue 23

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

Shades of Jaguar #121017

Tints of Jaguar #121017

RGB

 RED value IS 18 (7.42% from 255) = 31.58%

 GREEN value IS 16 (6.64% from 255) = 28.07%

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

R = 31.58%
G = 28.07%
B = 40.35%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121017 (or 0x121017) is known color: Jaguar. HEX triplet: 12, 10 and 17. RGB value is (18,16,23). Sum of RGB (Red+Green+Blue) = 18+16+23=57 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.58% from 57); Green value is 16 (6.64% from 255 or 28.07% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #121017 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121017 is #EDEFE8. Grayscale: #111111. Windows color (decimal): -15593449 or 1511442. OLE color: 1511442.

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

Color convert

RGB 18 16 23 -
CMYK 0.22 0.30 0 0.91
HSL 257.14º 0.18% 0.08% -
HSV(B) 257.14º 0.3% 0.09% -
XYZ 0.59 0.56 0.89 -
YUV 17.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 18 16 23 0.22 0.30 0 0.91 257.14 0.18 0.08
Hex 12 10 17 16 1E 0 5B 101 12 8
Octal 22 20 27 26 36 0 133 401 22 10
Binary 10010 10000 10111 10110 11110 0 1011011 100000001 10010 1000

Color Harmonies of #121017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121017

Black with #121017

Text Example


Text Example

White with #121017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121017; }

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

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

background-color css

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

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

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

border-color css

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

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

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