#25172C

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

Shades of Blackcurrant #25172C

Tints of Blackcurrant #25172C

Color information

#25172C (or 0x25172C) is unknown color: approx Blackcurrant. HEX triplet: 25, 17 and 2C. RGB value is (37,23,44). Sum of RGB (Red+Green+Blue) = 37+23+44=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 23 (9.38% from 255 or 22.12% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 44 - color contains mainly: blue. Hex color #25172C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25172C is #DAE8D3. Grayscale: #1D1D1D. Windows color (decimal): -14346452 or 2889509. OLE color: 2889509.

HSL color Cylindrical-coordinate representation of color #25172C: hue angle of 280º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #25172C is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB372344-
CMYK0.160.4800.83
HSL280º31.34%13.14%-
HSV(B)280º47.73%17.25%-
XYZ1.521.192.53-
YUV29.58136.14133.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 23 (9.38% from 255) = 22.12%
BLUE value IS 44 (17.58% from 255) = 42.31%
R=35.58%
G=22.12%
B=42.31%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3723440.160.4800.8328031.3413.14
Hex25172C10300531181fd
Octal452754206001234303715
Binary100101101111011001000011000001010011100011000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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