#170325

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

Shades of Blackcurrant #170325

Tints of Blackcurrant #170325

Color information

#170325 (or 0x170325) is unknown color: approx Blackcurrant. HEX triplet: 17, 03 and 25. RGB value is (23,3,37). Sum of RGB (Red+Green+Blue) = 23+3+37=63 (8% of max value = 765). Red value is 23 (9.38% from 255 or 36.51% from 63); Green value is 3 (1.56% from 255 or 4.76% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #170325 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #170325 is #E8FCDA. Grayscale: #0C0C0C. Windows color (decimal): -15269083 or 2425623. OLE color: 2425623.

HSL color Cylindrical-coordinate representation of color #170325: hue angle of 275.29º degrees, saturation: 0.85, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #170325 is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23337-
CMYK0.380.9200.85
HSL275.29º85%7.84%-
HSV(B)275.29º91.89%14.51%-
XYZ0.720.381.79-
YUV12.86141.63135.24-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 36.51%
GREEN value IS 3 (1.56% from 255) = 4.76%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=36.51%
G=4.76%
B=58.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal233370.380.9200.85275.29857.84
Hex17325265C055113558
Octal2734546134012542312510
Binary101111110010110011010111000101010110001001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #170325

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #170325; }

 p { color: rgb(23,3,37); }

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

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

 a { background-color: rgb(23,3,37); }

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

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

 span { border-color: rgb(23,3,37); }

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