Html Css Color HEX #191535 Jaguar

📋 copy color: '#191535'

red 25 ◦ green 21 ◦ blue 53

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

Shades of Jaguar #191535

Tints of Jaguar #191535

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21.21%

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

R = 25.25%
G = 21.21%
B = 53.54%

CMYK

 C value IS 0.53

 M value IS 0.60

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#191535 (or 0x191535) is known color: Jaguar. HEX triplet: 19, 15 and 35. RGB value is (25,21,53). Sum of RGB (Red+Green+Blue) = 25+21+53=99 (13% of max value = 765). Red value is 25 (10.16% from 255 or 25.25% from 99); Green value is 21 (8.59% from 255 or 21.21% from 99); Blue value is 53 (21.09% from 255 or 53.54% from 99); Max value from RGB is 53 - color contains mainly: blue. Hex color #191535 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191535 is #E6EACA. Grayscale: #191919. Windows color (decimal): -15133387 or 3478809. OLE color: 3478809.

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

Color convert

RGB 25 21 53 -
CMYK 0.53 0.60 0 0.79
HSL 247.5º 0.43% 0.15% -
HSV(B) 247.5º 0.6% 0.21% -
XYZ 1.31 1 3.49 -
YUV 25.84 143.33 127.4 -
System Red Green Blue C M Y K H S L
Decimal 25 21 53 0.53 0.60 0 0.79 247.5 0.43 0.15
Hex 19 15 35 35 3C 0 4F F8 2B F
Octal 31 25 65 65 74 0 117 370 53 17
Binary 11001 10101 110101 110101 111100 0 1001111 11111000 101011 1111

Color Harmonies of #191535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191535

Black with #191535

Text Example


Text Example

White with #191535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191535; }

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

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

background-color css

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

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

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

border-color css

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

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

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