#25162E

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

Shades of Blackcurrant #25162E

Tints of Blackcurrant #25162E

Color information

#25162E (or 0x25162E) is unknown color: approx Blackcurrant. HEX triplet: 25, 16 and 2E. RGB value is (37,22,46). Sum of RGB (Red+Green+Blue) = 37+22+46=105 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.24% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 46 - color contains mainly: blue. Hex color #25162E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162E is #DAE9D1. Grayscale: #1D1D1D. Windows color (decimal): -14346706 or 3020325. OLE color: 3020325.

HSL color Cylindrical-coordinate representation of color #25162E: hue angle of 277.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #25162E is Cyan = 0.20, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB372246-
CMYK0.200.5200.82
HSL277.5º35.29%13.33%-
HSV(B)277.5º52.17%18.04%-
XYZ1.541.162.73-
YUV29.22137.47133.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.24%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 46 (18.36% from 255) = 43.81%
R=35.24%
G=20.95%
B=43.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3722460.200.5200.82277.535.2913.33
Hex25162E143405211623d
Octal452656246401224264315
Binary1001011011010111010100110100010100101000101101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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