#17021A

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

Shades of Blackcurrant #17021A

Tints of Blackcurrant #17021A

Color information

#17021A (or 0x17021A) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 1A. RGB value is (23,2,26). Sum of RGB (Red+Green+Blue) = 23+2+26=51 (6% of max value = 765). Red value is 23 (9.38% from 255 or 45.10% from 51); Green value is 2 (1.17% from 255 or 3.92% from 51); Blue value is 26 (10.55% from 255 or 50.98% from 51); Max value from RGB is 26 - color contains mainly: blue. Hex color #17021A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021A is #E8FDE5. Grayscale: #0A0A0A. Windows color (decimal): -15269350 or 1704471. OLE color: 1704471.

HSL color Cylindrical-coordinate representation of color #17021A: hue angle of 292.5º degrees, saturation: 0.86, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #17021A is Cyan = 0.12, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB23226-
CMYK0.120.9200.90
HSL292.5º85.71%5.49%-
HSV(B)292.5º92.31%10.2%-
XYZ0.560.31.01-
YUV11.02136.46136.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 45.10%
GREEN value IS 2 (1.17% from 255) = 3.92%
BLUE value IS 26 (10.55% from 255) = 50.98%
R=45.10%
G=3.92%
B=50.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal232260.120.9200.90292.585.715.49
Hex1721AC5C05A124565
Octal272321413401324441265
Binary10111101101011001011100010110101001001001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17021A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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