#170332

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

Shades of Blackcurrant #170332

Tints of Blackcurrant #170332

Color information

#170332 (or 0x170332) is unknown color: approx Blackcurrant. HEX triplet: 17, 03 and 32. RGB value is (23,3,50). Sum of RGB (Red+Green+Blue) = 23+3+50=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 50 (19.92% from 255 or 65.79% from 76); Max value from RGB is 50 - color contains mainly: blue. Hex color #170332 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170332 is #E8FCCD. Grayscale: #0E0E0E. Windows color (decimal): -15269070 or 3277591. OLE color: 3277591.

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

Color convert

RGB23350-
CMYK0.540.9400.80
HSL265.53º88.68%10.39%-
HSV(B)265.53º94%19.61%-
XYZ0.960.483.06-
YUV14.34148.13134.18-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.26%
GREEN value IS 3 (1.56% from 255) = 3.95%
BLUE value IS 50 (19.92% from 255) = 65.79%
R=30.26%
G=3.95%
B=65.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal233500.540.9400.80265.5388.6810.39
Hex17332365E05010a59a
Octal2736266136012041213112
Binary101111111001011011010111100101000010000101010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170332; }

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

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

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

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

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

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

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

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