Html Css Color HEX #181530 Jaguar

📋 copy color: '#181530'

red 24 ◦ green 21 ◦ blue 48

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

Shades of Jaguar #181530

Tints of Jaguar #181530

RGB

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

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

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

R = 25.81%
G = 22.58%
B = 51.61%

CMYK

 C value IS 0.5

 M value IS 0.56

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#181530 (or 0x181530) is known color: Jaguar. HEX triplet: 18, 15 and 30. RGB value is (24,21,48). Sum of RGB (Red+Green+Blue) = 24+21+48=93 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.81% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 48 (19.14% from 255 or 51.61% from 93); Max value from RGB is 48 - color contains mainly: blue. Hex color #181530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181530 is #E7EACF. Grayscale: #181818. Windows color (decimal): -15198928 or 3151128. OLE color: 3151128.

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

Color convert

RGB 24 21 48 -
CMYK 0.5 0.56 0 0.81
HSL 246.67º 0.39% 0.14% -
HSV(B) 246.67º 0.56% 0.19% -
XYZ 1.18 0.94 2.92 -
YUV 24.98 140.99 127.3 -
System Red Green Blue C M Y K H S L
Decimal 24 21 48 0.5 0.56 0 0.81 246.67 0.39 0.14
Hex 18 15 30 32 38 0 51 F7 27 E
Octal 30 25 60 62 70 0 121 367 47 16
Binary 11000 10101 110000 110010 111000 0 1010001 11110111 100111 1110

Color Harmonies of #181530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181530

Black with #181530

Text Example


Text Example

White with #181530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181530; }

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

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

background-color css

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

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

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

border-color css

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

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

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