#170132

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

Shades of Blackcurrant #170132

Tints of Blackcurrant #170132

Color information

#170132 (or 0x170132) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 32. RGB value is (23,1,50). Sum of RGB (Red+Green+Blue) = 23+1+50=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 50 (19.92% from 255 or 67.57% from 74); Max value from RGB is 50 - color contains mainly: blue. Hex color #170132 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170132 is #E8FECD. Grayscale: #0C0C0C. Windows color (decimal): -15269582 or 3277079. OLE color: 3277079.

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

Color convert

RGB23150-
CMYK0.540.9800.80
HSL266.94º96.08%10%-
HSV(B)266.94º98%19.61%-
XYZ0.940.433.05-
YUV13.16148.79135.02-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 1 (0.78% from 255) = 1.35%
BLUE value IS 50 (19.92% from 255) = 67.57%
R=31.08%
G=1.35%
B=67.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal231500.540.9800.80266.9496.0810
Hex17132366205010b60a
Octal2716266142012041314012
Binary10111111001011011011000100101000010000101111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170132; }

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

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

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

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

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

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

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

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