Html Css Color HEX #141023 Jaguar

📋 copy color: '#141023'

red 20 ◦ green 16 ◦ blue 35

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

Shades of Jaguar #141023

Tints of Jaguar #141023

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.54%

 BLUE value IS 35 (14.06% from 255) = 49.3%

R = 28.17%
G = 22.54%
B = 49.3%

CMYK

 C value IS 0.43

 M value IS 0.54

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141023 (or 0x141023) is known color: Jaguar. HEX triplet: 14, 10 and 23. RGB value is (20,16,35). Sum of RGB (Red+Green+Blue) = 20+16+35=71 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.17% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #141023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141023 is #EBEFDC. Grayscale: #131313. Windows color (decimal): -15462365 or 2297876. OLE color: 2297876.

HSL color Cylindrical-coordinate representation of color #141023: hue angle of 252.63º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #141023 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 16 35 -
CMYK 0.43 0.54 0 0.86
HSL 252.63º 0.37% 0.1% -
HSV(B) 252.63º 0.54% 0.14% -
XYZ 0.78 0.64 1.67 -
YUV 19.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 20 16 35 0.43 0.54 0 0.86 252.63 0.37 0.1
Hex 14 10 23 2B 36 0 56 FD 25 A
Octal 24 20 43 53 66 0 126 375 45 12
Binary 10100 10000 100011 101011 110110 0 1010110 11111101 100101 1010

Color Harmonies of #141023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141023

Black with #141023

Text Example


Text Example

White with #141023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141023; }

 p { color: rgb(20,16,35); }

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

background-color css

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

 a { background-color: rgb(20,16,35); }

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

border-color css

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

 span { border-color: rgb(20,16,35); }

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