#17021E

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

Shades of Blackcurrant #17021E

Tints of Blackcurrant #17021E

Color information

#17021E (or 0x17021E) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 1E. RGB value is (23,2,30). Sum of RGB (Red+Green+Blue) = 23+2+30=55 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.82% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 30 (12.11% from 255 or 54.55% from 55); Max value from RGB is 30 - color contains mainly: blue. Hex color #17021E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021E is #E8FDE1. Grayscale: #0B0B0B. Windows color (decimal): -15269346 or 1966615. OLE color: 1966615.

HSL color Cylindrical-coordinate representation of color #17021E: hue angle of 285º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #17021E is Cyan = 0.23, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB23230-
CMYK0.230.9300.88
HSL285º87.5%6.27%-
HSV(B)285º93.33%11.76%-
XYZ0.610.321.26-
YUV11.47138.46136.22-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.82%
GREEN value IS 2 (1.17% from 255) = 3.64%
BLUE value IS 30 (12.11% from 255) = 54.55%
R=41.82%
G=3.64%
B=54.55%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal232300.230.9300.8828587.56.27
Hex1721E175D05811d586
Octal272362713501304351306
Binary101111011110101111011101010110001000111011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17021E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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