#25012E

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

Shades of Blackcurrant #25012E

Tints of Blackcurrant #25012E

Color information

#25012E (or 0x25012E) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 2E. RGB value is (37,1,46). Sum of RGB (Red+Green+Blue) = 37+1+46=84 (11% of max value = 765). Red value is 37 (14.84% from 255 or 44.05% from 84); Green value is 1 (0.78% from 255 or 1.19% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #25012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012E is #DAFED1. Grayscale: #101010. Windows color (decimal): -14352082 or 3014949. OLE color: 3014949.

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

Color convert

RGB37146-
CMYK0.200.9800.82
HSL288º95.74%9.22%-
HSV(B)288º97.83%18.04%-
XYZ1.270.612.64-
YUV16.89144.43142.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.05%
GREEN value IS 1 (0.78% from 255) = 1.19%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=44.05%
G=1.19%
B=54.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal371460.200.9800.8228895.749.22
Hex2512E1462052120609
Octal4515624142012244014011
Binary10010111011101010011000100101001010010000011000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25012E; }

 p { color: rgb(37,1,46); }

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

<style>
 a { background-color: #25012E; }

 a { background-color: rgb(37,1,46); }

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

<style>
 span { border-color: #25012E; }

 span { border-color: rgb(37,1,46); }

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