Html Css Color HEX #141134 Jaguar

📋 copy color: '#141134'

red 20 ◦ green 17 ◦ blue 52

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

Shades of Jaguar #141134

Tints of Jaguar #141134

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.1%

 BLUE value IS 52 (20.7% from 255) = 58.43%

R = 22.47%
G = 19.1%
B = 58.43%

CMYK

 C value IS 0.62

 M value IS 0.67

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#141134 (or 0x141134) is known color: Jaguar. HEX triplet: 14, 11 and 34. RGB value is (20,17,52). Sum of RGB (Red+Green+Blue) = 20+17+52=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 52 (20.70% from 255 or 58.43% from 89); Max value from RGB is 52 - color contains mainly: blue. Hex color #141134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141134 is #EBEECB. Grayscale: #151515. Windows color (decimal): -15462092 or 3412244. OLE color: 3412244.

HSL color Cylindrical-coordinate representation of color #141134: hue angle of 245.14º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141134 is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 20 17 52 -
CMYK 0.62 0.67 0 0.80
HSL 245.14º 0.51% 0.14% -
HSV(B) 245.14º 0.67% 0.2% -
XYZ 1.11 0.8 3.34 -
YUV 21.89 144.99 126.65 -
System Red Green Blue C M Y K H S L
Decimal 20 17 52 0.62 0.67 0 0.80 245.14 0.51 0.14
Hex 14 11 34 3E 43 0 50 F5 33 E
Octal 24 21 64 76 103 0 120 365 63 16
Binary 10100 10001 110100 111110 1000011 0 1010000 11110101 110011 1110

Color Harmonies of #141134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141134

Black with #141134

Text Example


Text Example

White with #141134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141134; }

 p { color: rgb(20,17,52); }

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

background-color css

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

 a { background-color: rgb(20,17,52); }

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

border-color css

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

 span { border-color: rgb(20,17,52); }

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