#17022C

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

Shades of Blackcurrant #17022C

Tints of Blackcurrant #17022C

Color information

#17022C (or 0x17022C) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 2C. RGB value is (23,2,44). Sum of RGB (Red+Green+Blue) = 23+2+44=69 (9% of max value = 765). Red value is 23 (9.38% from 255 or 33.33% from 69); Green value is 2 (1.17% from 255 or 2.90% from 69); Blue value is 44 (17.58% from 255 or 63.77% from 69); Max value from RGB is 44 - color contains mainly: blue. Hex color #17022C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022C is #E8FDD3. Grayscale: #0C0C0C. Windows color (decimal): -15269332 or 2884119. OLE color: 2884119.

HSL color Cylindrical-coordinate representation of color #17022C: hue angle of 270º degrees, saturation: 0.91, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #17022C is Cyan = 0.48, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB23244-
CMYK0.480.9500.83
HSL270º91.3%9.02%-
HSV(B)270º95.45%17.25%-
XYZ0.830.412.42-
YUV13.07145.46135.08-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 2.90%
BLUE value IS 44 (17.58% from 255) = 63.77%
R=33.33%
G=2.90%
B=63.77%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal232440.480.9500.8327091.39.02
Hex1722C305F05310e5b9
Octal2725460137012341613311
Binary101111010110011000010111110101001110000111010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17022C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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