#25002D

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

Shades of Blackcurrant #25002D

Tints of Blackcurrant #25002D

Color information

#25002D (or 0x25002D) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 2D. RGB value is (37,0,45). Sum of RGB (Red+Green+Blue) = 37+0+45=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 0 (0.39% from 255 or 0% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #25002D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002D is #DAFFD2. Grayscale: #101010. Windows color (decimal): -14352339 or 2949157. OLE color: 2949157.

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

Color convert

RGB37045-
CMYK0.18100.82
HSL289.33º100%8.82%-
HSV(B)289.33º100%17.65%-
XYZ1.240.582.53-
YUV16.19144.26142.84-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 45 (17.97% from 255) = 54.88%
R=45.12%
G=0%
B=54.88%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal370450.18100.82289.331008.82
Hex2502D1264052121649
Octal4505522144012244114411
Binary10010101011011001011001000101001010010000111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25002D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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