#170235

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

Shades of Blackcurrant #170235

Tints of Blackcurrant #170235

Color information

#170235 (or 0x170235) is unknown color: approx Blackcurrant. HEX triplet: 17, 02 and 35. RGB value is (23,2,53). Sum of RGB (Red+Green+Blue) = 23+2+53=78 (10% of max value = 765). Red value is 23 (9.38% from 255 or 29.49% from 78); Green value is 2 (1.17% from 255 or 2.56% from 78); Blue value is 53 (21.09% from 255 or 67.95% from 78); Max value from RGB is 53 - color contains mainly: blue. Hex color #170235 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170235 is #E8FDCA. Grayscale: #0D0D0D. Windows color (decimal): -15269323 or 3473943. OLE color: 3473943.

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

Color convert

RGB23253-
CMYK0.570.9600.79
HSL264.71º92.73%10.78%-
HSV(B)264.71º96.23%20.78%-
XYZ1.020.483.41-
YUV14.09149.96134.35-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 29.49%
GREEN value IS 2 (1.17% from 255) = 2.56%
BLUE value IS 53 (21.09% from 255) = 67.95%
R=29.49%
G=2.56%
B=67.95%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal232530.570.9600.79264.7192.7310.78
Hex17235396004F1095db
Octal2726571140011741113513
Binary101111011010111100111000000100111110000100110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170235; }

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

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

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

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

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

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

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

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