#17012D

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

Shades of Blackcurrant #17012D

Tints of Blackcurrant #17012D

Color information

#17012D (or 0x17012D) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 2D. RGB value is (23,1,45). Sum of RGB (Red+Green+Blue) = 23+1+45=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 1 (0.78% from 255 or 1.45% from 69); Blue value is 45 (17.97% from 255 or 65.22% from 69); Max value from RGB is 45 - color contains mainly: blue. Hex color #17012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17012D is #E8FED2. Grayscale: #0C0C0C. Windows color (decimal): -15269587 or 2949399. OLE color: 2949399.

HSL color Cylindrical-coordinate representation of color #17012D: hue angle of 270º 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 #17012D is Cyan = 0.49, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB23145-
CMYK0.490.9800.82
HSL270º95.65%9.02%-
HSV(B)270º97.78%17.65%-
XYZ0.840.392.51-
YUV12.59146.29135.42-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 1 (0.78% from 255) = 1.45%
BLUE value IS 45 (17.97% from 255) = 65.22%
R=33.33%
G=1.45%
B=65.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal231450.490.9800.8227095.659.02
Hex1712D316205210e609
Octal2715561142012241614011
Binary10111110110111000111000100101001010000111011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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