Html Css Color HEX #191835 Jaguar

📋 copy color: '#191835'

red 25 ◦ green 24 ◦ blue 53

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

Shades of Jaguar #191835

Tints of Jaguar #191835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.53%

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

R = 24.51%
G = 23.53%
B = 51.96%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#191835 (or 0x191835) is known color: Jaguar. HEX triplet: 19, 18 and 35. RGB value is (25,24,53). Sum of RGB (Red+Green+Blue) = 25+24+53=102 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.51% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 53 (21.09% from 255 or 51.96% from 102); Max value from RGB is 53 - color contains mainly: blue. Hex color #191835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191835 is #E6E7CA. Grayscale: #1B1B1B. Windows color (decimal): -15132619 or 3479577. OLE color: 3479577.

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

Color convert

RGB 25 24 53 -
CMYK 0.53 0.55 0 0.79
HSL 242.07º 0.38% 0.15% -
HSV(B) 242.07º 0.55% 0.21% -
XYZ 1.37 1.12 3.51 -
YUV 27.61 142.33 126.14 -
System Red Green Blue C M Y K H S L
Decimal 25 24 53 0.53 0.55 0 0.79 242.07 0.38 0.15
Hex 19 18 35 35 37 0 4F F2 26 F
Octal 31 30 65 65 67 0 117 362 46 17
Binary 11001 11000 110101 110101 110111 0 1001111 11110010 100110 1111

Color Harmonies of #191835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191835

Black with #191835

Text Example


Text Example

White with #191835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191835; }

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

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

background-color css

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

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

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

border-color css

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

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

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