#25032F

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

Shades of Blackcurrant #25032F

Tints of Blackcurrant #25032F

Color information

#25032F (or 0x25032F) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 2F. RGB value is (37,3,47). Sum of RGB (Red+Green+Blue) = 37+3+47=87 (11% of max value = 765). Red value is 37 (14.84% from 255 or 42.53% from 87); Green value is 3 (1.56% from 255 or 3.45% from 87); Blue value is 47 (18.75% from 255 or 54.02% from 87); Max value from RGB is 47 - color contains mainly: blue. Hex color #25032F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25032F is #DAFCD0. Grayscale: #121212. Windows color (decimal): -14351569 or 3080997. OLE color: 3080997.

HSL color Cylindrical-coordinate representation of color #25032F: hue angle of 286.36º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #25032F is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB37347-
CMYK0.210.9400.82
HSL286.36º88%9.8%-
HSV(B)286.36º93.62%18.43%-
XYZ1.310.662.75-
YUV18.18144.26141.42-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 42.53%
GREEN value IS 3 (1.56% from 255) = 3.45%
BLUE value IS 47 (18.75% from 255) = 54.02%
R=42.53%
G=3.45%
B=54.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal373470.210.9400.82286.36889.8
Hex2532F155E05211e58a
Octal4535725136012243613012
Binary100101111011111010110111100101001010001111010110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25032F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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