Html Css Color HEX #191830 Jaguar

📋 copy color: '#191830'

red 25 ◦ green 24 ◦ blue 48

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

Shades of Jaguar #191830

Tints of Jaguar #191830

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 49.48%

R = 25.77%
G = 24.74%
B = 49.48%

CMYK

 C value IS 0.48

 M value IS 0.5

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191830 (or 0x191830) is known color: Jaguar. HEX triplet: 19, 18 and 30. RGB value is (25,24,48). Sum of RGB (Red+Green+Blue) = 25+24+48=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #191830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #191830 is #E6E7CF. Grayscale: #1A1A1A. Windows color (decimal): -15132624 or 3151897. OLE color: 3151897.

HSL color Cylindrical-coordinate representation of color #191830: hue angle of 242.5º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191830 is Cyan = 0.48, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 24 48 -
CMYK 0.48 0.5 0 0.81
HSL 242.5º 0.33% 0.14% -
HSV(B) 242.5º 0.5% 0.19% -
XYZ 1.26 1.07 2.94 -
YUV 27.04 139.83 126.55 -
System Red Green Blue C M Y K H S L
Decimal 25 24 48 0.48 0.5 0 0.81 242.5 0.33 0.14
Hex 19 18 30 30 32 0 51 F2 21 E
Octal 31 30 60 60 62 0 121 362 41 16
Binary 11001 11000 110000 110000 110010 0 1010001 11110010 100001 1110

Color Harmonies of #191830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191830

Black with #191830

Text Example


Text Example

White with #191830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191830; }

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

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

background-color css

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

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

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

border-color css

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

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

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