Html Css Color HEX #15102E Jaguar

📋 copy color: '#15102E'

red 21 ◦ green 16 ◦ blue 46

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

Shades of Jaguar #15102E

Tints of Jaguar #15102E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

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

R = 25.3%
G = 19.28%
B = 55.42%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#15102E (or 0x15102E) is known color: Jaguar. HEX triplet: 15, 10 and 2E. RGB value is (21,16,46). Sum of RGB (Red+Green+Blue) = 21+16+46=83 (10% of max value = 765). Red value is 21 (8.59% from 255 or 25.30% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #15102E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15102E is #EAEFD1. Grayscale: #141414. Windows color (decimal): -15396818 or 3018773. OLE color: 3018773.

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

Color convert

RGB 21 16 46 -
CMYK 0.54 0.65 0 0.82
HSL 250º 0.48% 0.12% -
HSV(B) 250º 0.65% 0.18% -
XYZ 0.99 0.73 2.67 -
YUV 20.92 142.16 128.06 -
System Red Green Blue C M Y K H S L
Decimal 21 16 46 0.54 0.65 0 0.82 250 0.48 0.12
Hex 15 10 2E 36 41 0 52 FA 30 C
Octal 25 20 56 66 101 0 122 372 60 14
Binary 10101 10000 101110 110110 1000001 0 1010010 11111010 110000 1100

Color Harmonies of #15102E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15102E

Black with #15102E

Text Example


Text Example

White with #15102E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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