Html Css Color HEX #161421 Jaguar

📋 copy color: '#161421'

red 22 ◦ green 20 ◦ blue 33

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

Shades of Jaguar #161421

Tints of Jaguar #161421

RGB

 RED value IS 22 (8.98% from 255) = 29.33%

 GREEN value IS 20 (8.2% from 255) = 26.67%

 BLUE value IS 33 (13.28% from 255) = 44%

R = 29.33%
G = 26.67%
B = 44%

CMYK

 C value IS 0.33

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#161421 (or 0x161421) is known color: Jaguar. HEX triplet: 16, 14 and 21. RGB value is (22,20,33). Sum of RGB (Red+Green+Blue) = 22+20+33=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 20 (8.20% from 255 or 26.67% from 75); Blue value is 33 (13.28% from 255 or 44% from 75); Max value from RGB is 33 - color contains mainly: blue. Hex color #161421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161421 is #E9EBDE. Grayscale: #161616. Windows color (decimal): -15330271 or 2167830. OLE color: 2167830.

HSL color Cylindrical-coordinate representation of color #161421: hue angle of 249.23º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #161421 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 22 20 33 -
CMYK 0.33 0.39 0 0.87
HSL 249.23º 0.25% 0.1% -
HSV(B) 249.23º 0.39% 0.13% -
XYZ 0.86 0.78 1.54 -
YUV 22.08 134.16 127.94 -
System Red Green Blue C M Y K H S L
Decimal 22 20 33 0.33 0.39 0 0.87 249.23 0.25 0.1
Hex 16 14 21 21 27 0 57 F9 19 A
Octal 26 24 41 41 47 0 127 371 31 12
Binary 10110 10100 100001 100001 100111 0 1010111 11111001 11001 1010

Color Harmonies of #161421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #161421

Black with #161421

Text Example


Text Example

White with #161421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #161421; }

 p { color: rgb(22,20,33); }

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

background-color css

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

 a { background-color: rgb(22,20,33); }

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

border-color css

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

 span { border-color: rgb(22,20,33); }

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