#17052C

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

Shades of Blackcurrant #17052C

Tints of Blackcurrant #17052C

Color information

#17052C (or 0x17052C) is unknown color: approx Blackcurrant. HEX triplet: 17, 05 and 2C. RGB value is (23,5,44). Sum of RGB (Red+Green+Blue) = 23+5+44=72 (9% of max value = 765). Red value is 23 (9.38% from 255 or 31.94% from 72); Green value is 5 (2.34% from 255 or 6.94% from 72); Blue value is 44 (17.58% from 255 or 61.11% from 72); Max value from RGB is 44 - color contains mainly: blue. Hex color #17052C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17052C is #E8FAD3. Grayscale: #0E0E0E. Windows color (decimal): -15268564 or 2884887. OLE color: 2884887.

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

Color convert

RGB23544-
CMYK0.480.8900.83
HSL267.69º79.59%9.61%-
HSV(B)267.69º88.64%17.25%-
XYZ0.860.472.43-
YUV14.83144.46133.83-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 31.94%
GREEN value IS 5 (2.34% from 255) = 6.94%
BLUE value IS 44 (17.58% from 255) = 61.11%
R=31.94%
G=6.94%
B=61.11%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal235440.480.8900.83267.6979.599.61
Hex1752C305905310c50a
Octal2755460131012341412012
Binary1011110110110011000010110010101001110000110010100001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17052C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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