Html Css Color HEX #181524 Jaguar

📋 copy color: '#181524'

red 24 ◦ green 21 ◦ blue 36

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

Shades of Jaguar #181524

Tints of Jaguar #181524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 44.44%

R = 29.63%
G = 25.93%
B = 44.44%

CMYK

 C value IS 0.33

 M value IS 0.42

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#181524 (or 0x181524) is known color: Jaguar. HEX triplet: 18, 15 and 24. RGB value is (24,21,36). Sum of RGB (Red+Green+Blue) = 24+21+36=81 (10% of max value = 765). Red value is 24 (9.77% from 255 or 29.63% from 81); Green value is 21 (8.59% from 255 or 25.93% from 81); Blue value is 36 (14.45% from 255 or 44.44% from 81); Max value from RGB is 36 - color contains mainly: blue. Hex color #181524 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181524 is #E7EADB. Grayscale: #171717. Windows color (decimal): -15198940 or 2364696. OLE color: 2364696.

HSL color Cylindrical-coordinate representation of color #181524: hue angle of 252º degrees, saturation: 0.26, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #181524 is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 24 21 36 -
CMYK 0.33 0.42 0 0.86
HSL 252º 0.26% 0.11% -
HSV(B) 252º 0.42% 0.14% -
XYZ 0.96 0.86 1.78 -
YUV 23.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 24 21 36 0.33 0.42 0 0.86 252 0.26 0.11
Hex 18 15 24 21 2A 0 56 FC 1A B
Octal 30 25 44 41 52 0 126 374 32 13
Binary 11000 10101 100100 100001 101010 0 1010110 11111100 11010 1011

Color Harmonies of #181524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181524

Black with #181524

Text Example


Text Example

White with #181524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181524; }

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

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

background-color css

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

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

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

border-color css

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

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

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