Html Css Color HEX #141133 Jaguar

📋 copy color: '#141133'

red 20 ◦ green 17 ◦ blue 51

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

Shades of Jaguar #141133

Tints of Jaguar #141133

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 57.95%

R = 22.73%
G = 19.32%
B = 57.95%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#141133 (or 0x141133) is known color: Jaguar. HEX triplet: 14, 11 and 33. RGB value is (20,17,51). Sum of RGB (Red+Green+Blue) = 20+17+51=88 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.73% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #141133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141133 is #EBEECC. Grayscale: #151515. Windows color (decimal): -15462093 or 3346708. OLE color: 3346708.

HSL color Cylindrical-coordinate representation of color #141133: hue angle of 245.29º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141133 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 20 17 51 -
CMYK 0.61 0.67 0 0.8
HSL 245.29º 0.5% 0.13% -
HSV(B) 245.29º 0.67% 0.2% -
XYZ 1.09 0.79 3.23 -
YUV 21.77 144.49 126.74 -
System Red Green Blue C M Y K H S L
Decimal 20 17 51 0.61 0.67 0 0.8 245.29 0.5 0.13
Hex 14 11 33 3D 43 0 50 F5 32 D
Octal 24 21 63 75 103 0 120 365 62 15
Binary 10100 10001 110011 111101 1000011 0 1010000 11110101 110010 1101

Color Harmonies of #141133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141133

Black with #141133

Text Example


Text Example

White with #141133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141133; }

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

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

background-color css

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

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

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

border-color css

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

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

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