Html Css Color HEX #15112D Jaguar

📋 copy color: '#15112D'

red 21 ◦ green 17 ◦ blue 45

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

Shades of Jaguar #15112D

Tints of Jaguar #15112D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 54.22%

R = 25.3%
G = 20.48%
B = 54.22%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15112D (or 0x15112D) is known color: Jaguar. HEX triplet: 15, 11 and 2D. RGB value is (21,17,45). Sum of RGB (Red+Green+Blue) = 21+17+45=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 17 (7.03% from 255 or 20.48% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #15112D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15112D is #EAEED2. Grayscale: #151515. Windows color (decimal): -15396563 or 2953493. OLE color: 2953493.

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

Color convert

RGB 21 17 45 -
CMYK 0.53 0.62 0 0.82
HSL 248.57º 0.45% 0.12% -
HSV(B) 248.57º 0.62% 0.18% -
XYZ 0.98 0.75 2.58 -
YUV 21.39 141.33 127.72 -
System Red Green Blue C M Y K H S L
Decimal 21 17 45 0.53 0.62 0 0.82 248.57 0.45 0.12
Hex 15 11 2D 35 3E 0 52 F9 2D C
Octal 25 21 55 65 76 0 122 371 55 14
Binary 10101 10001 101101 110101 111110 0 1010010 11111001 101101 1100

Color Harmonies of #15112D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15112D

Black with #15112D

Text Example


Text Example

White with #15112D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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