#17021C

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

Shades of Blackcurrant #17021C

Tints of Blackcurrant #17021C

Color information

#17021C (or 0x17021C) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 1C. RGB value is (23,2,28). Sum of RGB (Red+Green+Blue) = 23+2+28=53 (7% of max value = 765). Red value is 23 (9.38% from 255 or 43.40% from 53); Green value is 2 (1.17% from 255 or 3.77% from 53); Blue value is 28 (11.33% from 255 or 52.83% from 53); Max value from RGB is 28 - color contains mainly: blue. Hex color #17021C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021C is #E8FDE3. Grayscale: #0B0B0B. Windows color (decimal): -15269348 or 1835543. OLE color: 1835543.

HSL color Cylindrical-coordinate representation of color #17021C: hue angle of 288.46º degrees, saturation: 0.87, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17021C is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB23228-
CMYK0.180.9300.89
HSL288.46º86.67%5.88%-
HSV(B)288.46º92.86%10.98%-
XYZ0.580.311.13-
YUV11.24137.46136.39-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 43.40%
GREEN value IS 2 (1.17% from 255) = 3.77%
BLUE value IS 28 (11.33% from 255) = 52.83%
R=43.40%
G=3.77%
B=52.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal232280.180.9300.89288.4686.675.88
Hex1721C125D059120576
Octal272342213501314401276
Binary101111011100100101011101010110011001000001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17021C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17021C; }

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

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

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

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

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

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

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

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