#191821

Color #191821 Jaguar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jaguar #191821

Tints of Jaguar #191821

Color information

#191821 (or 0x191821) is unknown color: approx Jaguar. HEX triplet: 19, 18 and 21. RGB value is (25,24,33). Sum of RGB (Red+Green+Blue) = 25+24+33=82 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.49% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 33 (13.28% from 255 or 40.24% from 82); Max value from RGB is 33 - color contains mainly: blue. Hex color #191821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191821 is #E6E7DE. Grayscale: #191919. Windows color (decimal): -15132639 or 2168857. OLE color: 2168857.

HSL color Cylindrical-coordinate representation of color #191821: hue angle of 246.67º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #191821 is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB252433-
CMYK0.240.2700.87
HSL246.67º15.79%11.18%-
HSV(B)246.67º27.27%12.94%-
XYZ10.971.57-
YUV25.32132.33127.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 30.49%
GREEN value IS 24 (9.77% from 255) = 29.27%
BLUE value IS 33 (13.28% from 255) = 40.24%
R=30.49%
G=29.27%
B=40.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal2524330.240.2700.87246.6715.7911.18
Hex191821181B057f710b
Octal313041303301273672013
Binary110011100010000111000110110101011111110111100001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191821; }

 p { color: rgb(25,24,33); }

 H1.HeaderClassName
 {
   color: #191821;
 }
 .AnyTagClassName
 {
   color: #191821;
 }
</style>
background-color css

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

 a { background-color: rgb(25,24,33); }

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

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

 span { border-color: rgb(25,24,33); }

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