#17012E

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

Shades of Blackcurrant #17012E

Tints of Blackcurrant #17012E

Color information

#17012E (or 0x17012E) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 2E. RGB value is (23,1,46). Sum of RGB (Red+Green+Blue) = 23+1+46=70 (9% of max value = 765). Red value is 23 (9.38% from 255 or 32.86% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 46 (18.36% from 255 or 65.71% from 70); Max value from RGB is 46 - color contains mainly: blue. Hex color #17012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17012E is #E8FED1. Grayscale: #0C0C0C. Windows color (decimal): -15269586 or 3014935. OLE color: 3014935.

HSL color Cylindrical-coordinate representation of color #17012E: hue angle of 269.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #17012E is Cyan = 0.50, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23146-
CMYK0.500.9800.82
HSL269.33º95.74%9.22%-
HSV(B)269.33º97.83%18.04%-
XYZ0.860.42.62-
YUV12.71146.79135.34-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 32.86%
GREEN value IS 1 (0.78% from 255) = 1.43%
BLUE value IS 46 (18.36% from 255) = 65.71%
R=32.86%
G=1.43%
B=65.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal231460.500.9800.82269.3395.749.22
Hex1712E326205210d609
Octal2715662142012241514011
Binary10111110111011001011000100101001010000110111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17012E; }

 p { color: rgb(23,1,46); }

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

<style>
 a { background-color: #17012E; }

 a { background-color: rgb(23,1,46); }

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

<style>
 span { border-color: #17012E; }

 span { border-color: rgb(23,1,46); }

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