#17013C

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

Shades of Blackcurrant #17013C

Tints of Blackcurrant #17013C

Color information

#17013C (or 0x17013C) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 3C. RGB value is (23,1,60). Sum of RGB (Red+Green+Blue) = 23+1+60=84 (11% of max value = 765). Red value is 23 (9.38% from 255 or 27.38% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 60 (23.83% from 255 or 71.43% from 84); Max value from RGB is 60 - color contains mainly: blue. Hex color #17013C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #17013C is #E8FEC3. Grayscale: #0E0E0E. Windows color (decimal): -15269572 or 3932439. OLE color: 3932439.

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

Color convert

RGB23160-
CMYK0.620.9800.76
HSL262.37º96.72%11.96%-
HSV(B)262.37º98.33%23.53%-
XYZ1.180.534.32-
YUV14.3153.79134.2-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 27.38%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 60 (23.83% from 255) = 71.43%
R=27.38%
G=1.19%
B=71.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal231600.620.9800.76262.3796.7211.96
Hex1713C3E6204C10661c
Octal2717476142011440614114
Binary10111111110011111011000100100110010000011011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17013C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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