Html Css Color HEX #151124 Jaguar

📋 copy color: '#151124'

red 21 ◦ green 17 ◦ blue 36

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

Shades of Jaguar #151124

Tints of Jaguar #151124

RGB

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

 GREEN value IS 17 (7.03% from 255) = 22.97%

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

R = 28.38%
G = 22.97%
B = 48.65%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#151124 (or 0x151124) is known color: Jaguar. HEX triplet: 15, 11 and 24. RGB value is (21,17,36). Sum of RGB (Red+Green+Blue) = 21+17+36=74 (9% of max value = 765). Red value is 21 (8.59% from 255 or 28.38% from 74); Green value is 17 (7.03% from 255 or 22.97% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #151124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #151124 is #EAEEDB. Grayscale: #141414. Windows color (decimal): -15396572 or 2363669. OLE color: 2363669.

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

Color convert

RGB 21 17 36 -
CMYK 0.42 0.53 0 0.86
HSL 252.63º 0.36% 0.1% -
HSV(B) 252.63º 0.53% 0.14% -
XYZ 0.83 0.69 1.76 -
YUV 20.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 21 17 36 0.42 0.53 0 0.86 252.63 0.36 0.1
Hex 15 11 24 2A 35 0 56 FD 24 A
Octal 25 21 44 52 65 0 126 375 44 12
Binary 10101 10001 100100 101010 110101 0 1010110 11111101 100100 1010

Color Harmonies of #151124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #151124

Black with #151124

Text Example


Text Example

White with #151124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #151124; }

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

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

background-color css

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

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

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

border-color css

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

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

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