Html Css Color HEX #141128 Jaguar

📋 copy color: '#141128'

red 20 ◦ green 17 ◦ blue 40

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

Shades of Jaguar #141128

Tints of Jaguar #141128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 51.95%

R = 25.97%
G = 22.08%
B = 51.95%

CMYK

 C value IS 0.5

 M value IS 0.57

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141128 (or 0x141128) is known color: Jaguar. HEX triplet: 14, 11 and 28. RGB value is (20,17,40). Sum of RGB (Red+Green+Blue) = 20+17+40=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 40 (16.02% from 255 or 51.95% from 77); Max value from RGB is 40 - color contains mainly: blue. Hex color #141128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141128 is #EBEED7. Grayscale: #141414. Windows color (decimal): -15462104 or 2625812. OLE color: 2625812.

HSL color Cylindrical-coordinate representation of color #141128: hue angle of 247.83º degrees, saturation: 0.4, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141128 is Cyan = 0.5, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 17 40 -
CMYK 0.5 0.57 0 0.84
HSL 247.83º 0.4% 0.11% -
HSV(B) 247.83º 0.58% 0.16% -
XYZ 0.87 0.7 2.1 -
YUV 20.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 20 17 40 0.5 0.57 0 0.84 247.83 0.4 0.11
Hex 14 11 28 32 39 0 54 F8 28 B
Octal 24 21 50 62 71 0 124 370 50 13
Binary 10100 10001 101000 110010 111001 0 1010100 11111000 101000 1011

Color Harmonies of #141128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141128

Black with #141128

Text Example


Text Example

White with #141128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141128; }

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

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

background-color css

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

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

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

border-color css

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

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

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