Html Css Color HEX #17152F Jaguar

📋 copy color: '#17152F'

red 23 ◦ green 21 ◦ blue 47

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

Shades of Jaguar #17152F

Tints of Jaguar #17152F

RGB

 RED value IS 23 (9.38% from 255) = 25.27%

 GREEN value IS 21 (8.59% from 255) = 23.08%

 BLUE value IS 47 (18.75% from 255) = 51.65%

R = 25.27%
G = 23.08%
B = 51.65%

CMYK

 C value IS 0.51

 M value IS 0.55

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#17152F (or 0x17152F) is known color: Jaguar. HEX triplet: 17, 15 and 2F. RGB value is (23,21,47). Sum of RGB (Red+Green+Blue) = 23+21+47=91 (12% of max value = 765). Red value is 23 (9.38% from 255 or 25.27% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 47 (18.75% from 255 or 51.65% from 91); Max value from RGB is 47 - color contains mainly: blue. Hex color #17152F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17152F is #E8EAD0. Grayscale: #181818. Windows color (decimal): -15264465 or 3085591. OLE color: 3085591.

HSL color Cylindrical-coordinate representation of color #17152F: hue angle of 244.62º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #17152F is Cyan = 0.51, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 23 21 47 -
CMYK 0.51 0.55 0 0.82
HSL 244.62º 0.38% 0.13% -
HSV(B) 244.62º 0.55% 0.18% -
XYZ 1.13 0.92 2.81 -
YUV 24.56 140.66 126.89 -
System Red Green Blue C M Y K H S L
Decimal 23 21 47 0.51 0.55 0 0.82 244.62 0.38 0.13
Hex 17 15 2F 33 37 0 52 F5 26 D
Octal 27 25 57 63 67 0 122 365 46 15
Binary 10111 10101 101111 110011 110111 0 1010010 11110101 100110 1101

Color Harmonies of #17152F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #17152F

Black with #17152F

Text Example


Text Example

White with #17152F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,21,47); }

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

background-color css

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

 a { background-color: rgb(23,21,47); }

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

border-color css

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

 span { border-color: rgb(23,21,47); }

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