#170035

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

Shades of Blackcurrant #170035

Tints of Blackcurrant #170035

Color information

#170035 (or 0x170035) is unknown color: approx Blackcurrant. HEX triplet: 17, 00 and 35. RGB value is (23,0,53). Sum of RGB (Red+Green+Blue) = 23+0+53=76 (10% of max value = 765). Red value is 23 (9.38% from 255 or 30.26% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #170035 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170035 is #E8FFCA. Grayscale: #0C0C0C. Windows color (decimal): -15269835 or 3473431. OLE color: 3473431.

HSL color Cylindrical-coordinate representation of color #170035: hue angle of 266.04º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #170035 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB23053-
CMYK0.57100.79
HSL266.04º100%10.39%-
HSV(B)266.04º100%20.78%-
XYZ10.443.4-
YUV12.92150.62135.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 30.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=30.26%
G=0%
B=69.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal230530.57100.79266.0410010.39
Hex17035396404F10a64a
Octal2706571144011741214412
Binary10111011010111100111001000100111110000101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170035; }

 p { color: rgb(23,0,53); }

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

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

 a { background-color: rgb(23,0,53); }

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

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

 span { border-color: rgb(23,0,53); }

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