#191838

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

Shades of Jaguar #191838

Tints of Jaguar #191838

Color information

#191838 (or 0x191838) is unknown color: approx Jaguar. HEX triplet: 19, 18 and 38. RGB value is (25,24,56). Sum of RGB (Red+Green+Blue) = 25+24+56=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #191838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191838 is #E6E7C7. Grayscale: #1B1B1B. Windows color (decimal): -15132616 or 3676185. OLE color: 3676185.

HSL color Cylindrical-coordinate representation of color #191838: hue angle of 241.88º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #191838 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB252456-
CMYK0.550.5700.78
HSL241.88º40%15.69%-
HSV(B)241.88º57.14%21.96%-
XYZ1.441.153.89-
YUV27.95143.83125.9-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 24 (9.77% from 255) = 22.86%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=23.81%
G=22.86%
B=53.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2524560.550.5700.78241.884015.69
Hex191838373904Ef22810
Octal313070677101163625020
Binary1100111000111000110111111001010011101111001010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191838; }

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

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

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

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

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

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

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

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