#25162B

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

Shades of Blackcurrant #25162B

Tints of Blackcurrant #25162B

Color information

#25162B (or 0x25162B) is unknown color: approx Blackcurrant. HEX triplet: 25, 16 and 2B. RGB value is (37,22,43). Sum of RGB (Red+Green+Blue) = 37+22+43=102 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.27% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 43 (17.19% from 255 or 42.16% from 102); Max value from RGB is 43 - color contains mainly: blue. Hex color #25162B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25162B is #DAE9D4. Grayscale: #1C1C1C. Windows color (decimal): -14346709 or 2823717. OLE color: 2823717.

HSL color Cylindrical-coordinate representation of color #25162B: hue angle of 282.86º degrees, saturation: 0.32, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25162B is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB372243-
CMYK0.140.4900.83
HSL282.86º32.31%12.75%-
HSV(B)282.86º48.84%16.86%-
XYZ1.491.142.43-
YUV28.88135.97133.79-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.27%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 43 (17.19% from 255) = 42.16%
R=36.27%
G=21.57%
B=42.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3722430.140.4900.83282.8632.3112.75
Hex25162BE3105311b20d
Octal452653166101234334015
Binary100101101101010111110110001010100111000110111000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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