#25162D

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

Shades of Blackcurrant #25162D

Tints of Blackcurrant #25162D

Color information

#25162D (or 0x25162D) is unknown color: approx Blackcurrant. HEX triplet: 25, 16 and 2D. RGB value is (37,22,45). Sum of RGB (Red+Green+Blue) = 37+22+45=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #25162D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162D is #DAE9D2. Grayscale: #1D1D1D. Windows color (decimal): -14346707 or 2954789. OLE color: 2954789.

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

Color convert

RGB372245-
CMYK0.180.5100.82
HSL279.13º34.33%13.14%-
HSV(B)279.13º51.11%17.65%-
XYZ1.521.162.63-
YUV29.11136.97133.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 45 (17.97% from 255) = 43.27%
R=35.58%
G=21.15%
B=43.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3722450.180.5100.82279.1334.3313.14
Hex25162D123305211722d
Octal452655226301224274215
Binary1001011011010110110010110011010100101000101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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