Html Css Color HEX #14121B Jaguar

📋 copy color: '#14121B'

red 20 ◦ green 18 ◦ blue 27

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

Shades of Jaguar #14121B

Tints of Jaguar #14121B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 41.54%

R = 30.77%
G = 27.69%
B = 41.54%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#14121B (or 0x14121B) is known color: Jaguar. HEX triplet: 14, 12 and 1B. RGB value is (20,18,27). Sum of RGB (Red+Green+Blue) = 20+18+27=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 27 (10.94% from 255 or 41.54% from 65); Max value from RGB is 27 - color contains mainly: blue. Hex color #14121B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14121B is #EBEDE4. Grayscale: #131313. Windows color (decimal): -15461861 or 1774100. OLE color: 1774100.

HSL color Cylindrical-coordinate representation of color #14121B: hue angle of 253.33º degrees, saturation: 0.2, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #14121B is Cyan = 0.26, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 20 18 27 -
CMYK 0.26 0.33 0 0.89
HSL 253.33º 0.2% 0.09% -
HSV(B) 253.33º 0.33% 0.11% -
XYZ 0.7 0.66 1.13 -
YUV 19.62 132.16 128.27 -
System Red Green Blue C M Y K H S L
Decimal 20 18 27 0.26 0.33 0 0.89 253.33 0.2 0.09
Hex 14 12 1B 1A 21 0 59 FD 14 9
Octal 24 22 33 32 41 0 131 375 24 11
Binary 10100 10010 11011 11010 100001 0 1011001 11111101 10100 1001

Color Harmonies of #14121B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14121B

Black with #14121B

Text Example


Text Example

White with #14121B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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