Html Css Color HEX #15112E Jaguar

📋 copy color: '#15112E'

red 21 ◦ green 17 ◦ blue 46

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

Shades of Jaguar #15112E

Tints of Jaguar #15112E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 54.76%

R = 25%
G = 20.24%
B = 54.76%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15112E (or 0x15112E) is known color: Jaguar. HEX triplet: 15, 11 and 2E. RGB value is (21,17,46). Sum of RGB (Red+Green+Blue) = 21+17+46=84 (11% of max value = 765). Red value is 21 (8.59% from 255 or 25% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #15112E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112E is #EAEED1. Grayscale: #151515. Windows color (decimal): -15396562 or 3019029. OLE color: 3019029.

HSL color Cylindrical-coordinate representation of color #15112E: hue angle of 248.28º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #15112E is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 21 17 46 -
CMYK 0.54 0.63 0 0.82
HSL 248.28º 0.46% 0.12% -
HSV(B) 248.28º 0.63% 0.18% -
XYZ 1 0.76 2.68 -
YUV 21.5 141.83 127.64 -
System Red Green Blue C M Y K H S L
Decimal 21 17 46 0.54 0.63 0 0.82 248.28 0.46 0.12
Hex 15 11 2E 36 3F 0 52 F8 2E C
Octal 25 21 56 66 77 0 122 370 56 14
Binary 10101 10001 101110 110110 111111 0 1010010 11111000 101110 1100

Color Harmonies of #15112E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15112E

Black with #15112E

Text Example


Text Example

White with #15112E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15112E; }

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

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

background-color css

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

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

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

border-color css

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

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

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