#25172F

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

Shades of Blackcurrant #25172F

Tints of Blackcurrant #25172F

Color information

#25172F (or 0x25172F) is unknown color: approx Blackcurrant. HEX triplet: 25, 17 and 2F. RGB value is (37,23,47). Sum of RGB (Red+Green+Blue) = 37+23+47=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #25172F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25172F is #DAE8D0. Grayscale: #1D1D1D. Windows color (decimal): -14346449 or 3086117. OLE color: 3086117.

HSL color Cylindrical-coordinate representation of color #25172F: hue angle of 275º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25172F is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372347-
CMYK0.210.5100.82
HSL275º34.29%13.73%-
HSV(B)275º51.06%18.43%-
XYZ1.581.212.84-
YUV29.92137.64133.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 47 (18.75% from 255) = 43.93%
R=34.58%
G=21.50%
B=43.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3723470.210.5100.8227534.2913.73
Hex25172F153305211322e
Octal452757256301224234216
Binary1001011011110111110101110011010100101000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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