#170E25

Color #170E25 Blackcurrant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackcurrant #170E25

Tints of Blackcurrant #170E25

Color information

#170E25 (or 0x170E25) is unknown color: approx Blackcurrant. HEX triplet: 17, 0E and 25. RGB value is (23,14,37). Sum of RGB (Red+Green+Blue) = 23+14+37=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 14 (5.86% from 255 or 18.92% from 74); Blue value is 37 (14.84% from 255 or 50% from 74); Max value from RGB is 37 - color contains mainly: blue. Hex color #170E25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170E25 is #E8F1DA. Grayscale: #131313. Windows color (decimal): -15266267 or 2428439. OLE color: 2428439.

HSL color Cylindrical-coordinate representation of color #170E25: hue angle of 263.48º degrees, saturation: 0.45, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #170E25 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB231437-
CMYK0.380.6200.85
HSL263.48º45.1%10%-
HSV(B)263.48º62.16%14.51%-
XYZ0.840.631.83-
YUV19.31137.98130.63-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 14 (5.86% from 255) = 18.92%
BLUE value IS 37 (14.84% from 255) = 50%
R=31.08%
G=18.92%
B=50%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2314370.380.6200.85263.4845.110
Hex17E25263E0551072da
Octal271645467601254075512
Binary101111110100101100110111110010101011000001111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170E25; }

 p { color: rgb(23,14,37); }

 H1.HeaderClassName
 {
   color: #170E25;
 }
 .AnyTagClassName
 {
   color: #170E25;
 }
</style>
background-color css

<style>
 a { background-color: #170E25; }

 a { background-color: rgb(23,14,37); }

 div.DivClassName
 {
   background-color: #170E25;
 }
 .BgClassName
 {
   background-color: #170E25;
 }
</style>
border-color css

<style>
 span { border-color: #170E25; }

 span { border-color: rgb(23,14,37); }

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