#17001F

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

Shades of Blackcurrant #17001F

Tints of Blackcurrant #17001F

Color information

#17001F (or 0x17001F) is unknown color: approx Blackcurrant. HEX triplet: 17, 00 and 1F. RGB value is (23,0,31). Sum of RGB (Red+Green+Blue) = 23+0+31=54 (7% of max value = 765). Red value is 23 (9.38% from 255 or 42.59% from 54); Green value is 0 (0.39% from 255 or 0% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #17001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17001F is #E8FFE0. Grayscale: #0A0A0A. Windows color (decimal): -15269857 or 2031639. OLE color: 2031639.

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

Color convert

RGB23031-
CMYK0.26100.88
HSL284.52º100%6.08%-
HSV(B)284.52º100%12.16%-
XYZ0.60.281.32-
YUV10.41139.62136.98-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 42.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=42.59%
G=0%
B=57.41%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal230310.26100.88284.521006.08
Hex1701F1A6405811d646
Octal270373214401304351446
Binary10111011111110101100100010110001000111011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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