Html Css Color HEX #14121E Jaguar

📋 copy color: '#14121E'

red 20 ◦ green 18 ◦ blue 30

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

Shades of Jaguar #14121E

Tints of Jaguar #14121E

RGB

 RED value IS 20 (8.2% from 255) = 29.41%

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

 BLUE value IS 30 (12.11% from 255) = 44.12%

R = 29.41%
G = 26.47%
B = 44.12%

CMYK

 C value IS 0.33

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#14121E (or 0x14121E) is known color: Jaguar. HEX triplet: 14, 12 and 1E. RGB value is (20,18,30). Sum of RGB (Red+Green+Blue) = 20+18+30=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: blue. Hex color #14121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121E is #EBEDE1. Grayscale: #131313. Windows color (decimal): -15461858 or 1970708. OLE color: 1970708.

HSL color Cylindrical-coordinate representation of color #14121E: hue angle of 250º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #14121E is Cyan = 0.33, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 20 18 30 -
CMYK 0.33 0.40 0 0.88
HSL 250º 0.25% 0.09% -
HSV(B) 250º 0.4% 0.12% -
XYZ 0.74 0.68 1.32 -
YUV 19.97 133.66 128.02 -
System Red Green Blue C M Y K H S L
Decimal 20 18 30 0.33 0.40 0 0.88 250 0.25 0.09
Hex 14 12 1E 21 28 0 58 FA 19 9
Octal 24 22 36 41 50 0 130 372 31 11
Binary 10100 10010 11110 100001 101000 0 1011000 11111010 11001 1001

Color Harmonies of #14121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14121E

Black with #14121E

Text Example


Text Example

White with #14121E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14121E; }

 p { color: rgb(20,18,30); }

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

background-color css

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

 a { background-color: rgb(20,18,30); }

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

border-color css

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

 span { border-color: rgb(20,18,30); }

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