Html Css Color HEX #181528 Jaguar

📋 copy color: '#181528'

red 24 ◦ green 21 ◦ blue 40

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

Shades of Jaguar #181528

Tints of Jaguar #181528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 47.06%

R = 28.24%
G = 24.71%
B = 47.06%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#181528 (or 0x181528) is known color: Jaguar. HEX triplet: 18, 15 and 28. RGB value is (24,21,40). Sum of RGB (Red+Green+Blue) = 24+21+40=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 21 (8.59% from 255 or 24.71% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #181528 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181528 is #E7EAD7. Grayscale: #171717. Windows color (decimal): -15198936 or 2626840. OLE color: 2626840.

HSL color Cylindrical-coordinate representation of color #181528: hue angle of 249.47º degrees, saturation: 0.31, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #181528 is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 21 40 -
CMYK 0.40 0.48 0 0.84
HSL 249.47º 0.31% 0.12% -
HSV(B) 249.47º 0.48% 0.16% -
XYZ 1.03 0.88 2.12 -
YUV 24.06 136.99 127.96 -
System Red Green Blue C M Y K H S L
Decimal 24 21 40 0.40 0.48 0 0.84 249.47 0.31 0.12
Hex 18 15 28 28 30 0 54 F9 1F C
Octal 30 25 50 50 60 0 124 371 37 14
Binary 11000 10101 101000 101000 110000 0 1010100 11111001 11111 1100

Color Harmonies of #181528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181528

Black with #181528

Text Example


Text Example

White with #181528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181528; }

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

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

background-color css

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

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

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

border-color css

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

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

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