Html Css Color HEX #15121F Jaguar

📋 copy color: '#15121F'

red 21 ◦ green 18 ◦ blue 31

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

Shades of Jaguar #15121F

Tints of Jaguar #15121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 44.29%

R = 30%
G = 25.71%
B = 44.29%

CMYK

 C value IS 0.32

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#15121F (or 0x15121F) is known color: Jaguar. HEX triplet: 15, 12 and 1F. RGB value is (21,18,31). Sum of RGB (Red+Green+Blue) = 21+18+31=70 (9% of max value = 765). Red value is 21 (8.59% from 255 or 30% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #15121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #15121F is #EAEDE0. Grayscale: #141414. Windows color (decimal): -15396321 or 2036245. OLE color: 2036245.

HSL color Cylindrical-coordinate representation of color #15121F: hue angle of 253.85º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #15121F is Cyan = 0.32, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 21 18 31 -
CMYK 0.32 0.42 0 0.88
HSL 253.85º 0.27% 0.1% -
HSV(B) 253.85º 0.42% 0.12% -
XYZ 0.77 0.69 1.39 -
YUV 20.38 133.99 128.44 -
System Red Green Blue C M Y K H S L
Decimal 21 18 31 0.32 0.42 0 0.88 253.85 0.27 0.1
Hex 15 12 1F 20 2A 0 58 FE 1B A
Octal 25 22 37 40 52 0 130 376 33 12
Binary 10101 10010 11111 100000 101010 0 1011000 11111110 11011 1010

Color Harmonies of #15121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15121F

Black with #15121F

Text Example


Text Example

White with #15121F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15121F; }

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

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

background-color css

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

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

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

border-color css

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

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

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