Html Css Color HEX #141127 Jaguar

📋 copy color: '#141127'

red 20 ◦ green 17 ◦ blue 39

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

Shades of Jaguar #141127

Tints of Jaguar #141127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 51.32%

R = 26.32%
G = 22.37%
B = 51.32%

CMYK

 C value IS 0.49

 M value IS 0.56

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141127 (or 0x141127) is known color: Jaguar. HEX triplet: 14, 11 and 27. RGB value is (20,17,39). Sum of RGB (Red+Green+Blue) = 20+17+39=76 (10% of max value = 765). Red value is 20 (8.20% from 255 or 26.32% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 39 (15.62% from 255 or 51.32% from 76); Max value from RGB is 39 - color contains mainly: blue. Hex color #141127 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141127 is #EBEED8. Grayscale: #141414. Windows color (decimal): -15462105 or 2560276. OLE color: 2560276.

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

Color convert

RGB 20 17 39 -
CMYK 0.49 0.56 0 0.85
HSL 248.18º 0.39% 0.11% -
HSV(B) 248.18º 0.56% 0.15% -
XYZ 0.86 0.7 2.01 -
YUV 20.41 138.49 127.71 -
System Red Green Blue C M Y K H S L
Decimal 20 17 39 0.49 0.56 0 0.85 248.18 0.39 0.11
Hex 14 11 27 31 38 0 55 F8 27 B
Octal 24 21 47 61 70 0 125 370 47 13
Binary 10100 10001 100111 110001 111000 0 1010101 11111000 100111 1011

Color Harmonies of #141127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141127

Black with #141127

Text Example


Text Example

White with #141127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141127; }

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

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

background-color css

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

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

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

border-color css

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

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

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