#17022A

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

Shades of Blackcurrant #17022A

Tints of Blackcurrant #17022A

Color information

#17022A (or 0x17022A) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 2A. RGB value is (23,2,42). Sum of RGB (Red+Green+Blue) = 23+2+42=67 (8% of max value = 765). Red value is 23 (9.38% from 255 or 34.33% from 67); Green value is 2 (1.17% from 255 or 2.99% from 67); Blue value is 42 (16.80% from 255 or 62.69% from 67); Max value from RGB is 42 - color contains mainly: blue. Hex color #17022A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17022A is #E8FDD5. Grayscale: #0C0C0C. Windows color (decimal): -15269334 or 2753047. OLE color: 2753047.

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

Color convert

RGB23242-
CMYK0.450.9500.84
HSL271.5º90.91%8.63%-
HSV(B)271.5º95.24%16.47%-
XYZ0.790.392.22-
YUV12.84144.46135.25-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 34.33%
GREEN value IS 2 (1.17% from 255) = 2.99%
BLUE value IS 42 (16.80% from 255) = 62.69%
R=34.33%
G=2.99%
B=62.69%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal232420.450.9500.84271.590.918.63
Hex1722A2D5F0541105b9
Octal2725255137012442013311
Binary101111010101010110110111110101010010001000010110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17022A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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