Html Css Color HEX #191635 Jaguar

📋 copy color: '#191635'

red 25 ◦ green 22 ◦ blue 53

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

Shades of Jaguar #191635

Tints of Jaguar #191635

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 53%

R = 25%
G = 22%
B = 53%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#191635 (or 0x191635) is known color: Jaguar. HEX triplet: 19, 16 and 35. RGB value is (25,22,53). Sum of RGB (Red+Green+Blue) = 25+22+53=100 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25% from 100); Green value is 22 (8.98% from 255 or 22% from 100); Blue value is 53 (21.09% from 255 or 53% from 100); Max value from RGB is 53 - color contains mainly: blue. Hex color #191635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191635 is #E6E9CA. Grayscale: #1A1A1A. Windows color (decimal): -15133131 or 3479065. OLE color: 3479065.

HSL color Cylindrical-coordinate representation of color #191635: hue angle of 245.81º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #191635 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 25 22 53 -
CMYK 0.53 0.58 0 0.79
HSL 245.81º 0.41% 0.15% -
HSV(B) 245.81º 0.58% 0.21% -
XYZ 1.33 1.04 3.5 -
YUV 26.43 142.99 126.98 -
System Red Green Blue C M Y K H S L
Decimal 25 22 53 0.53 0.58 0 0.79 245.81 0.41 0.15
Hex 19 16 35 35 3A 0 4F F6 29 F
Octal 31 26 65 65 72 0 117 366 51 17
Binary 11001 10110 110101 110101 111010 0 1001111 11110110 101001 1111

Color Harmonies of #191635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191635

Black with #191635

Text Example


Text Example

White with #191635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191635; }

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

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

background-color css

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

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

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

border-color css

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

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

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