#17023C

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

Shades of Blackcurrant #17023C

Tints of Blackcurrant #17023C

Color information

#17023C (or 0x17023C) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 3C. RGB value is (23,2,60). Sum of RGB (Red+Green+Blue) = 23+2+60=85 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.06% from 85); Green value is 2 (1.17% from 255 or 2.35% from 85); Blue value is 60 (23.83% from 255 or 70.59% from 85); Max value from RGB is 60 - color contains mainly: blue. Hex color #17023C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17023C is #E8FDC3. Grayscale: #0E0E0E. Windows color (decimal): -15269316 or 3932695. OLE color: 3932695.

HSL color Cylindrical-coordinate representation of color #17023C: hue angle of 261.72º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #17023C is Cyan = 0.62, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB23260-
CMYK0.620.9700.76
HSL261.72º93.55%12.16%-
HSV(B)261.72º96.67%23.53%-
XYZ1.190.554.32-
YUV14.89153.46133.78-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.06%
GREEN value IS 2 (1.17% from 255) = 2.35%
BLUE value IS 60 (23.83% from 255) = 70.59%
R=27.06%
G=2.35%
B=70.59%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal232600.620.9700.76261.7293.5512.16
Hex1723C3E6104C1065ec
Octal2727476141011440613614
Binary101111011110011111011000010100110010000011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17023C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17023C; }

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

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

<style>
 a { background-color: #17023C; }

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

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

<style>
 span { border-color: #17023C; }

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

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