#170232

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

Shades of Blackcurrant #170232

Tints of Blackcurrant #170232

Color information

#170232 (or 0x170232) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 32. RGB value is (23,2,50). Sum of RGB (Red+Green+Blue) = 23+2+50=75 (9% of max value = 765). Red value is 23 (9.38% from 255 or 30.67% from 75); Green value is 2 (1.17% from 255 or 2.67% from 75); Blue value is 50 (19.92% from 255 or 66.67% from 75); Max value from RGB is 50 - color contains mainly: blue. Hex color #170232 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170232 is #E8FDCD. Grayscale: #0D0D0D. Windows color (decimal): -15269326 or 3277335. OLE color: 3277335.

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

Color convert

RGB23250-
CMYK0.540.9600.80
HSL266.25º92.31%10.2%-
HSV(B)266.25º96%19.61%-
XYZ0.950.463.06-
YUV13.75148.46134.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.67%
GREEN value IS 2 (1.17% from 255) = 2.67%
BLUE value IS 50 (19.92% from 255) = 66.67%
R=30.67%
G=2.67%
B=66.67%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal232500.540.9600.80266.2592.3110.2
Hex17232366005010a5ca
Octal2726266140012041213412
Binary101111011001011011011000000101000010000101010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170232; }

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

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

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

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

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

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

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

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