Html Css Color HEX #181630 Jaguar

📋 copy color: '#181630'

red 24 ◦ green 22 ◦ blue 48

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

Shades of Jaguar #181630

Tints of Jaguar #181630

RGB

 RED value IS 24 (9.77% from 255) = 25.53%

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

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

R = 25.53%
G = 23.4%
B = 51.06%

CMYK

 C value IS 0.5

 M value IS 0.54

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#181630 (or 0x181630) is known color: Jaguar. HEX triplet: 18, 16 and 30. RGB value is (24,22,48). Sum of RGB (Red+Green+Blue) = 24+22+48=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 22 (8.98% from 255 or 23.40% from 94); Blue value is 48 (19.14% from 255 or 51.06% from 94); Max value from RGB is 48 - color contains mainly: blue. Hex color #181630 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181630 is #E7E9CF. Grayscale: #191919. Windows color (decimal): -15198672 or 3151384. OLE color: 3151384.

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

Color convert

RGB 24 22 48 -
CMYK 0.5 0.54 0 0.81
HSL 244.62º 0.37% 0.14% -
HSV(B) 244.62º 0.54% 0.19% -
XYZ 1.2 0.98 2.92 -
YUV 25.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 24 22 48 0.5 0.54 0 0.81 244.62 0.37 0.14
Hex 18 16 30 32 36 0 51 F5 25 E
Octal 30 26 60 62 66 0 121 365 45 16
Binary 11000 10110 110000 110010 110110 0 1010001 11110101 100101 1110

Color Harmonies of #181630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181630

Black with #181630

Text Example


Text Example

White with #181630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181630; }

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

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

background-color css

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

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

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

border-color css

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

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

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