Html Css Color HEX #141125 Jaguar

📋 copy color: '#141125'

red 20 ◦ green 17 ◦ blue 37

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

Shades of Jaguar #141125

Tints of Jaguar #141125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 50%

R = 27.03%
G = 22.97%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141125 (or 0x141125) is known color: Jaguar. HEX triplet: 14, 11 and 25. RGB value is (20,17,37). Sum of RGB (Red+Green+Blue) = 20+17+37=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #141125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141125 is #EBEEDA. Grayscale: #141414. Windows color (decimal): -15462107 or 2429204. OLE color: 2429204.

HSL color Cylindrical-coordinate representation of color #141125: hue angle of 249º degrees, saturation: 0.37, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #141125 is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 17 37 -
CMYK 0.46 0.54 0 0.85
HSL 249º 0.37% 0.11% -
HSV(B) 249º 0.54% 0.15% -
XYZ 0.82 0.68 1.84 -
YUV 20.18 137.49 127.87 -
System Red Green Blue C M Y K H S L
Decimal 20 17 37 0.46 0.54 0 0.85 249 0.37 0.11
Hex 14 11 25 2E 36 0 55 F9 25 B
Octal 24 21 45 56 66 0 125 371 45 13
Binary 10100 10001 100101 101110 110110 0 1010101 11111001 100101 1011

Color Harmonies of #141125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141125

Black with #141125

Text Example


Text Example

White with #141125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141125; }

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

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

background-color css

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

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

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

border-color css

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

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

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