Html Css Color HEX #191738 Jaguar

📋 copy color: '#191738'

red 25 ◦ green 23 ◦ blue 56

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

Shades of Jaguar #191738

Tints of Jaguar #191738

RGB

 RED value IS 25 (10.16% from 255) = 24.04%

 GREEN value IS 23 (9.38% from 255) = 22.12%

 BLUE value IS 56 (22.27% from 255) = 53.85%

R = 24.04%
G = 22.12%
B = 53.85%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#191738 (or 0x191738) is known color: Jaguar. HEX triplet: 19, 17 and 38. RGB value is (25,23,56). Sum of RGB (Red+Green+Blue) = 25+23+56=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #191738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191738 is #E6E8C7. Grayscale: #1B1B1B. Windows color (decimal): -15132872 or 3675929. OLE color: 3675929.

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

Color convert

RGB 25 23 56 -
CMYK 0.55 0.59 0 0.78
HSL 243.64º 0.42% 0.15% -
HSV(B) 243.64º 0.59% 0.22% -
XYZ 1.42 1.1 3.88 -
YUV 27.36 144.16 126.32 -
System Red Green Blue C M Y K H S L
Decimal 25 23 56 0.55 0.59 0 0.78 243.64 0.42 0.15
Hex 19 17 38 37 3B 0 4E F4 2A F
Octal 31 27 70 67 73 0 116 364 52 17
Binary 11001 10111 111000 110111 111011 0 1001110 11110100 101010 1111

Color Harmonies of #191738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191738

Black with #191738

Text Example


Text Example

White with #191738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191738; }

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

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

background-color css

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

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

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

border-color css

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

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

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