Html Css Color HEX #18152A Jaguar

📋 copy color: '#18152A'

red 24 ◦ green 21 ◦ blue 42

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

Shades of Jaguar #18152A

Tints of Jaguar #18152A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 48.28%

R = 27.59%
G = 24.14%
B = 48.28%

CMYK

 C value IS 0.43

 M value IS 0.50

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#18152A (or 0x18152A) is known color: Jaguar. HEX triplet: 18, 15 and 2A. RGB value is (24,21,42). Sum of RGB (Red+Green+Blue) = 24+21+42=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 21 (8.59% from 255 or 24.14% from 87); Blue value is 42 (16.80% from 255 or 48.28% from 87); Max value from RGB is 42 - color contains mainly: blue. Hex color #18152A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18152A is #E7EAD5. Grayscale: #181818. Windows color (decimal): -15198934 or 2757912. OLE color: 2757912.

HSL color Cylindrical-coordinate representation of color #18152A: hue angle of 248.57º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #18152A is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 24 21 42 -
CMYK 0.43 0.50 0 0.84
HSL 248.57º 0.33% 0.12% -
HSV(B) 248.57º 0.5% 0.16% -
XYZ 1.06 0.9 2.31 -
YUV 24.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 24 21 42 0.43 0.50 0 0.84 248.57 0.33 0.12
Hex 18 15 2A 2B 32 0 54 F9 21 C
Octal 30 25 52 53 62 0 124 371 41 14
Binary 11000 10101 101010 101011 110010 0 1010100 11111001 100001 1100

Color Harmonies of #18152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18152A

Black with #18152A

Text Example


Text Example

White with #18152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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