#25162A

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

Shades of Blackcurrant #25162A

Tints of Blackcurrant #25162A

Color information

#25162A (or 0x25162A) is unknown color: approx Blackcurrant. HEX triplet: 25, 16 and 2A. RGB value is (37,22,42). Sum of RGB (Red+Green+Blue) = 37+22+42=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 22 (8.98% from 255 or 21.78% from 101); Blue value is 42 (16.80% from 255 or 41.58% from 101); Max value from RGB is 42 - color contains mainly: blue. Hex color #25162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162A is #DAE9D5. Grayscale: #1C1C1C. Windows color (decimal): -14346710 or 2758181. OLE color: 2758181.

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

Color convert

RGB372242-
CMYK0.120.4800.84
HSL285º31.25%12.55%-
HSV(B)285º47.62%16.47%-
XYZ1.471.132.33-
YUV28.76135.47133.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 22 (8.98% from 255) = 21.78%
BLUE value IS 42 (16.80% from 255) = 41.58%
R=36.63%
G=21.78%
B=41.58%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3722420.120.4800.8428531.2512.55
Hex25162AC3005411d1fd
Octal452652146001244353715
Binary10010110110101010110011000001010100100011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25162A; }

 p { color: rgb(37,22,42); }

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

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

 a { background-color: rgb(37,22,42); }

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

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

 span { border-color: rgb(37,22,42); }

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