Html Css Color HEX #191625 Jaguar

📋 copy color: '#191625'

red 25 ◦ green 22 ◦ blue 37

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

Shades of Jaguar #191625

Tints of Jaguar #191625

RGB

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

 GREEN value IS 22 (8.98% from 255) = 26.19%

 BLUE value IS 37 (14.84% from 255) = 44.05%

R = 29.76%
G = 26.19%
B = 44.05%

CMYK

 C value IS 0.32

 M value IS 0.41

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#191625 (or 0x191625) is known color: Jaguar. HEX triplet: 19, 16 and 25. RGB value is (25,22,37). Sum of RGB (Red+Green+Blue) = 25+22+37=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 22 (8.98% from 255 or 26.19% from 84); Blue value is 37 (14.84% from 255 or 44.05% from 84); Max value from RGB is 37 - color contains mainly: blue. Hex color #191625 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191625 is #E6E9DA. Grayscale: #181818. Windows color (decimal): -15133147 or 2430489. OLE color: 2430489.

HSL color Cylindrical-coordinate representation of color #191625: hue angle of 252º degrees, saturation: 0.25, 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 #191625 is Cyan = 0.32, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 25 22 37 -
CMYK 0.32 0.41 0 0.85
HSL 252º 0.25% 0.12% -
HSV(B) 252º 0.41% 0.15% -
XYZ 1.02 0.91 1.87 -
YUV 24.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 25 22 37 0.32 0.41 0 0.85 252 0.25 0.12
Hex 19 16 25 20 29 0 55 FC 19 C
Octal 31 26 45 40 51 0 125 374 31 14
Binary 11001 10110 100101 100000 101001 0 1010101 11111100 11001 1100

Color Harmonies of #191625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191625

Black with #191625

Text Example


Text Example

White with #191625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191625; }

 p { color: rgb(25,22,37); }

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

background-color css

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

 a { background-color: rgb(25,22,37); }

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

border-color css

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

 span { border-color: rgb(25,22,37); }

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