#17021B

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

Shades of Blackcurrant #17021B

Tints of Blackcurrant #17021B

Color information

#17021B (or 0x17021B) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 1B. RGB value is (23,2,27). Sum of RGB (Red+Green+Blue) = 23+2+27=52 (6% of max value = 765). Red value is 23 (9.38% from 255 or 44.23% from 52); Green value is 2 (1.17% from 255 or 3.85% from 52); Blue value is 27 (10.94% from 255 or 51.92% from 52); Max value from RGB is 27 - color contains mainly: blue. Hex color #17021B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021B is #E8FDE4. Grayscale: #0B0B0B. Windows color (decimal): -15269349 or 1770007. OLE color: 1770007.

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

Color convert

RGB23227-
CMYK0.150.9300.89
HSL290.4º86.21%5.69%-
HSV(B)290.4º92.59%10.59%-
XYZ0.570.31.07-
YUV11.13136.96136.47-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 44.23%
GREEN value IS 2 (1.17% from 255) = 3.85%
BLUE value IS 27 (10.94% from 255) = 51.92%
R=44.23%
G=3.85%
B=51.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal232270.150.9300.89290.486.215.69
Hex1721BF5D059122566
Octal272331713501314421266
Binary10111101101111111011101010110011001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17021B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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