Html Css Color HEX #151224 Jaguar

📋 copy color: '#151224'

red 21 ◦ green 18 ◦ blue 36

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

Shades of Jaguar #151224

Tints of Jaguar #151224

RGB

 RED value IS 21 (8.59% from 255) = 28%

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 28%
G = 24%
B = 48%

CMYK

 C value IS 0.42

 M value IS 0.5

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#151224 (or 0x151224) is known color: Jaguar. HEX triplet: 15, 12 and 24. RGB value is (21,18,36). Sum of RGB (Red+Green+Blue) = 21+18+36=75 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 36 (14.45% from 255 or 48% from 75); Max value from RGB is 36 - color contains mainly: blue. Hex color #151224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151224 is #EAEDDB. Grayscale: #141414. Windows color (decimal): -15396316 or 2363925. OLE color: 2363925.

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

Color convert

RGB 21 18 36 -
CMYK 0.42 0.5 0 0.86
HSL 250º 0.33% 0.11% -
HSV(B) 250º 0.5% 0.14% -
XYZ 0.84 0.72 1.76 -
YUV 20.95 136.49 128.04 -
System Red Green Blue C M Y K H S L
Decimal 21 18 36 0.42 0.5 0 0.86 250 0.33 0.11
Hex 15 12 24 2A 32 0 56 FA 21 B
Octal 25 22 44 52 62 0 126 372 41 13
Binary 10101 10010 100100 101010 110010 0 1010110 11111010 100001 1011

Color Harmonies of #151224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151224

Black with #151224

Text Example


Text Example

White with #151224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151224; }

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

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

background-color css

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

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

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

border-color css

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

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

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