#25132D

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

Shades of Blackcurrant #25132D

Tints of Blackcurrant #25132D

Color information

#25132D (or 0x25132D) is unknown color: approx Blackcurrant. HEX triplet: 25, 13 and 2D. RGB value is (37,19,45). Sum of RGB (Red+Green+Blue) = 37+19+45=101 (13% of max value = 765). Red value is 37 (14.84% from 255 or 36.63% from 101); Green value is 19 (7.81% from 255 or 18.81% from 101); Blue value is 45 (17.97% from 255 or 44.55% from 101); Max value from RGB is 45 - color contains mainly: blue. Hex color #25132D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25132D is #DAECD2. Grayscale: #1B1B1B. Windows color (decimal): -14347475 or 2954021. OLE color: 2954021.

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

Color convert

RGB371945-
CMYK0.180.5800.82
HSL281.54º40.62%12.55%-
HSV(B)281.54º57.78%17.65%-
XYZ1.471.052.61-
YUV27.35137.96134.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 36.63%
GREEN value IS 19 (7.81% from 255) = 18.81%
BLUE value IS 45 (17.97% from 255) = 44.55%
R=36.63%
G=18.81%
B=44.55%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3719450.180.5800.82281.5440.6212.55
Hex25132D123A05211a29d
Octal452355227201224325115
Binary1001011001110110110010111010010100101000110101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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