#17021D

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

Shades of Blackcurrant #17021D

Tints of Blackcurrant #17021D

Color information

#17021D (or 0x17021D) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 1D. RGB value is (23,2,29). Sum of RGB (Red+Green+Blue) = 23+2+29=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 2 (1.17% from 255 or 3.70% from 54); Blue value is 29 (11.72% from 255 or 53.70% from 54); Max value from RGB is 29 - color contains mainly: blue. Hex color #17021D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021D is #E8FDE2. Grayscale: #0B0B0B. Windows color (decimal): -15269347 or 1901079. OLE color: 1901079.

HSL color Cylindrical-coordinate representation of color #17021D: hue angle of 286.67º 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 #17021D is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB23229-
CMYK0.210.9300.89
HSL286.67º87.1%6.08%-
HSV(B)286.67º93.1%11.37%-
XYZ0.60.311.19-
YUV11.36137.96136.3-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 42.59%
GREEN value IS 2 (1.17% from 255) = 3.70%
BLUE value IS 29 (11.72% from 255) = 53.70%
R=42.59%
G=3.70%
B=53.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal232290.210.9300.89286.6787.16.08
Hex1721D155D05911f576
Octal272352513501314371276
Binary101111011101101011011101010110011000111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17021D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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