#25192F

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

Shades of Blackcurrant #25192F

Tints of Blackcurrant #25192F

Color information

#25192F (or 0x25192F) is unknown color: approx Blackcurrant. HEX triplet: 25, 19 and 2F. RGB value is (37,25,47). Sum of RGB (Red+Green+Blue) = 37+25+47=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #25192F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25192F is #DAE6D0. Grayscale: #1F1F1F. Windows color (decimal): -14345937 or 3086629. OLE color: 3086629.

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

Color convert

RGB372547-
CMYK0.210.4700.82
HSL272.73º30.56%14.12%-
HSV(B)272.73º46.81%18.43%-
XYZ1.621.292.85-
YUV31.1136.98132.21-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=33.94%
G=22.94%
B=43.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3725470.210.4700.82272.7330.5614.12
Hex25192F152F0521111fe
Octal453157255701224213716
Binary100101110011011111010110111101010010100010001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25192F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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