#170530

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

Shades of Blackcurrant #170530

Tints of Blackcurrant #170530

Color information

#170530 (or 0x170530) is unknown color: approx Blackcurrant. HEX triplet: 17, 05 and 30. RGB value is (23,5,48). Sum of RGB (Red+Green+Blue) = 23+5+48=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #170530 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170530 is #E8FACF. Grayscale: #0F0F0F. Windows color (decimal): -15268560 or 3147031. OLE color: 3147031.

HSL color Cylindrical-coordinate representation of color #170530: hue angle of 265.12º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #170530 is Cyan = 0.52, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB23548-
CMYK0.520.9000.81
HSL265.12º81.13%10.39%-
HSV(B)265.12º89.58%18.82%-
XYZ0.940.52.84-
YUV15.28146.46133.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.26%
GREEN value IS 5 (2.34% from 255) = 6.58%
BLUE value IS 48 (19.14% from 255) = 63.16%
R=30.26%
G=6.58%
B=63.16%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal235480.520.9000.81265.1281.1310.39
Hex17530345A05110951a
Octal2756064132012141112112
Binary1011110111000011010010110100101000110000100110100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170530; }

 p { color: rgb(23,5,48); }

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

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

 a { background-color: rgb(23,5,48); }

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

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

 span { border-color: rgb(23,5,48); }

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