#17021F

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

Shades of Blackcurrant #17021F

Tints of Blackcurrant #17021F

Color information

#17021F (or 0x17021F) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 1F. RGB value is (23,2,31). Sum of RGB (Red+Green+Blue) = 23+2+31=56 (7% of max value = 765). Red value is 23 (9.38% from 255 or 41.07% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 31 (12.5% from 255 or 55.36% from 56); Max value from RGB is 31 - color contains mainly: blue. Hex color #17021F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17021F is #E8FDE0. Grayscale: #0B0B0B. Windows color (decimal): -15269345 or 2032151. OLE color: 2032151.

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

Color convert

RGB23231-
CMYK0.260.9400.88
HSL283.45º87.88%6.47%-
HSV(B)283.45º93.55%12.16%-
XYZ0.620.321.33-
YUV11.58138.96136.14-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 41.07%
GREEN value IS 2 (1.17% from 255) = 3.57%
BLUE value IS 31 (12.5% from 255) = 55.36%
R=41.07%
G=3.57%
B=55.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal232310.260.9400.88283.4587.886.47
Hex1721F1A5E05811b586
Octal272373213601304331306
Binary101111011111110101011110010110001000110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17021F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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