#25022D

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

Shades of Blackcurrant #25022D

Tints of Blackcurrant #25022D

Color information

#25022D (or 0x25022D) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 2D. RGB value is (37,2,45). Sum of RGB (Red+Green+Blue) = 37+2+45=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #25022D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25022D is #DAFDD2. Grayscale: #111111. Windows color (decimal): -14351827 or 2949669. OLE color: 2949669.

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

Color convert

RGB37245-
CMYK0.180.9600.82
HSL288.84º91.49%9.22%-
HSV(B)288.84º95.56%17.65%-
XYZ1.260.632.54-
YUV17.37143.6142-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 2 (1.17% from 255) = 2.38%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=44.05%
G=2.38%
B=53.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal372450.180.9600.82288.8491.499.22
Hex2522D12600521215b9
Octal4525522140012244113311
Binary100101101011011001011000000101001010010000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25022D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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