#25002C

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

Shades of Blackcurrant #25002C

Tints of Blackcurrant #25002C

Color information

#25002C (or 0x25002C) is unknown color: approx Blackcurrant. HEX triplet: 25, 00 and 2C. RGB value is (37,0,44). Sum of RGB (Red+Green+Blue) = 37+0+44=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #25002C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25002C is #DAFFD3. Grayscale: #0F0F0F. Windows color (decimal): -14352340 or 2883621. OLE color: 2883621.

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

Color convert

RGB37044-
CMYK0.16100.83
HSL290.45º100%8.63%-
HSV(B)290.45º100%17.25%-
XYZ1.220.582.43-
YUV16.08143.76142.92-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=45.68%
G=0%
B=54.32%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal370440.16100.83290.451008.63
Hex2502C1064053122649
Octal4505420144012344214411
Binary10010101011001000011001000101001110010001011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25002C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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