Html Css Color HEX #121018 Jaguar

📋 copy color: '#121018'

red 18 ◦ green 16 ◦ blue 24

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

Shades of Jaguar #121018

Tints of Jaguar #121018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 41.38%

R = 31.03%
G = 27.59%
B = 41.38%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#121018 (or 0x121018) is known color: Jaguar. HEX triplet: 12, 10 and 18. RGB value is (18,16,24). Sum of RGB (Red+Green+Blue) = 18+16+24=58 (7% of max value = 765). Red value is 18 (7.42% from 255 or 31.03% from 58); Green value is 16 (6.64% from 255 or 27.59% from 58); Blue value is 24 (9.77% from 255 or 41.38% from 58); Max value from RGB is 24 - color contains mainly: blue. Hex color #121018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121018 is #EDEFE7. Grayscale: #111111. Windows color (decimal): -15593448 or 1576978. OLE color: 1576978.

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

Color convert

RGB 18 16 24 -
CMYK 0.25 0.33 0 0.91
HSL 255º 0.2% 0.08% -
HSV(B) 255º 0.33% 0.09% -
XYZ 0.6 0.57 0.94 -
YUV 17.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 18 16 24 0.25 0.33 0 0.91 255 0.2 0.08
Hex 12 10 18 19 21 0 5B FF 14 8
Octal 22 20 30 31 41 0 133 377 24 10
Binary 10010 10000 11000 11001 100001 0 1011011 11111111 10100 1000

Color Harmonies of #121018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121018

Black with #121018

Text Example


Text Example

White with #121018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121018; }

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

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

background-color css

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

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

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

border-color css

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

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

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