Html Css Color HEX #191727 Jaguar

📋 copy color: '#191727'

red 25 ◦ green 23 ◦ blue 39

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

Shades of Jaguar #191727

Tints of Jaguar #191727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 44.83%

R = 28.74%
G = 26.44%
B = 44.83%

CMYK

 C value IS 0.36

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191727 (or 0x191727) is known color: Jaguar. HEX triplet: 19, 17 and 27. RGB value is (25,23,39). Sum of RGB (Red+Green+Blue) = 25+23+39=87 (11% of max value = 765). Red value is 25 (10.16% from 255 or 28.74% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #191727 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191727 is #E6E8D8. Grayscale: #191919. Windows color (decimal): -15132889 or 2561817. OLE color: 2561817.

HSL color Cylindrical-coordinate representation of color #191727: hue angle of 247.5º degrees, saturation: 0.26, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #191727 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 23 39 -
CMYK 0.36 0.41 0 0.85
HSL 247.5º 0.26% 0.12% -
HSV(B) 247.5º 0.41% 0.15% -
XYZ 1.07 0.97 2.05 -
YUV 25.42 135.66 127.7 -
System Red Green Blue C M Y K H S L
Decimal 25 23 39 0.36 0.41 0 0.85 247.5 0.26 0.12
Hex 19 17 27 24 29 0 55 F8 1A C
Octal 31 27 47 44 51 0 125 370 32 14
Binary 11001 10111 100111 100100 101001 0 1010101 11111000 11010 1100

Color Harmonies of #191727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191727

Black with #191727

Text Example


Text Example

White with #191727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191727; }

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

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

background-color css

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

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

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

border-color css

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

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

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