#170231

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

Shades of Blackcurrant #170231

Tints of Blackcurrant #170231

Color information

#170231 (or 0x170231) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 31. RGB value is (23,2,49). Sum of RGB (Red+Green+Blue) = 23+2+49=74 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.08% from 74); Green value is 2 (1.17% from 255 or 2.70% from 74); Blue value is 49 (19.53% from 255 or 66.22% from 74); Max value from RGB is 49 - color contains mainly: blue. Hex color #170231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170231 is #E8FDCE. Grayscale: #0D0D0D. Windows color (decimal): -15269327 or 3211799. OLE color: 3211799.

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

Color convert

RGB23249-
CMYK0.530.9600.81
HSL266.81º92.16%10%-
HSV(B)266.81º95.92%19.22%-
XYZ0.930.452.94-
YUV13.64147.96134.68-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.08%
GREEN value IS 2 (1.17% from 255) = 2.70%
BLUE value IS 49 (19.53% from 255) = 66.22%
R=31.08%
G=2.70%
B=66.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal232490.530.9600.81266.8192.1610
Hex17231356005110b5ca
Octal2726165140012141313412
Binary101111011000111010111000000101000110000101110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170231; }

 p { color: rgb(23,2,49); }

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

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

 a { background-color: rgb(23,2,49); }

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

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

 span { border-color: rgb(23,2,49); }

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