#170135

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

Shades of Blackcurrant #170135

Tints of Blackcurrant #170135

Color information

#170135 (or 0x170135) is unknown color: approx Blackcurrant. HEX triplet: 17, 01 and 35. RGB value is (23,1,53). Sum of RGB (Red+Green+Blue) = 23+1+53=77 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.87% from 77); Green value is 1 (0.78% from 255 or 1.30% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #170135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170135 is #E8FECA. Grayscale: #0D0D0D. Windows color (decimal): -15269579 or 3473687. OLE color: 3473687.

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

Color convert

RGB23153-
CMYK0.570.9800.79
HSL265.38º96.3%10.59%-
HSV(B)265.38º98.11%20.78%-
XYZ1.010.463.4-
YUV13.51150.29134.77-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.87%
GREEN value IS 1 (0.78% from 255) = 1.30%
BLUE value IS 53 (21.09% from 255) = 68.83%
R=29.87%
G=1.30%
B=68.83%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal231530.570.9800.79265.3896.310.59
Hex17135396204F10960b
Octal2716571142011741114013
Binary10111111010111100111000100100111110000100111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170135; }

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

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

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

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

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

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

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

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