#170032

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

Shades of Blackcurrant #170032

Tints of Blackcurrant #170032

Color information

#170032 (or 0x170032) is unknown color: approx Blackcurrant. HEX triplet: 17, 00 and 32. RGB value is (23,0,50). Sum of RGB (Red+Green+Blue) = 23+0+50=73 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.51% from 73); Green value is 0 (0.39% from 255 or 0% from 73); Blue value is 50 (19.92% from 255 or 68.49% from 73); Max value from RGB is 50 - color contains mainly: blue. Hex color #170032 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170032 is #E8FFCD. Grayscale: #0C0C0C. Windows color (decimal): -15269838 or 3276823. OLE color: 3276823.

HSL color Cylindrical-coordinate representation of color #170032: hue angle of 267.6º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170032 is Cyan = 0.54, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB23050-
CMYK0.54100.80
HSL267.6º100%9.8%-
HSV(B)267.6º100%19.61%-
XYZ0.930.413.05-
YUV12.58149.12135.43-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.51%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 50 (19.92% from 255) = 68.49%
R=31.51%
G=0%
B=68.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal230500.54100.80267.61009.8
Hex17032366405010c64a
Octal2706266144012041414412
Binary10111011001011011011001000101000010000110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170032; }

 p { color: rgb(23,0,50); }

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

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

 a { background-color: rgb(23,0,50); }

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

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

 span { border-color: rgb(23,0,50); }

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