#25012F

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

Shades of Blackcurrant #25012F

Tints of Blackcurrant #25012F

Color information

#25012F (or 0x25012F) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 2F. RGB value is (37,1,47). Sum of RGB (Red+Green+Blue) = 37+1+47=85 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.53% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 47 (18.75% from 255 or 55.29% from 85); Max value from RGB is 47 - color contains mainly: blue. Hex color #25012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25012F is #DAFED0. Grayscale: #101010. Windows color (decimal): -14352081 or 3080485. OLE color: 3080485.

HSL color Cylindrical-coordinate representation of color #25012F: hue angle of 286.96º 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 #25012F is Cyan = 0.21, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37147-
CMYK0.210.9800.82
HSL286.96º95.83%9.41%-
HSV(B)286.96º97.87%18.43%-
XYZ1.290.622.74-
YUV17.01144.93142.26-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.53%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 47 (18.75% from 255) = 55.29%
R=43.53%
G=1.18%
B=55.29%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal371470.210.9800.82286.9695.839.41
Hex2512F156205211f609
Octal4515725142012243714011
Binary10010111011111010111000100101001010001111111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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