#250546

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

Shades of Blackcurrant #250546

Tints of Blackcurrant #250546

Color information

#250546 (or 0x250546) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 46. RGB value is (37,5,70). Sum of RGB (Red+Green+Blue) = 37+5+70=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 5 (2.34% from 255 or 4.46% from 112); Blue value is 70 (27.73% from 255 or 62.5% from 112); Max value from RGB is 70 - color contains mainly: blue. Hex color #250546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250546 is #DAFAB9. Grayscale: #151515. Windows color (decimal): -14351034 or 4588837. OLE color: 4588837.

HSL color Cylindrical-coordinate representation of color #250546: hue angle of 269.54º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #250546 is Cyan = 0.47, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB37570-
CMYK0.470.9300.73
HSL269.54º86.67%14.71%-
HSV(B)269.54º92.86%27.45%-
XYZ1.920.945.88-
YUV21.98155.1138.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 5 (2.34% from 255) = 4.46%
BLUE value IS 70 (27.73% from 255) = 62.5%
R=33.04%
G=4.46%
B=62.5%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal375700.470.9300.73269.5486.6714.71
Hex255462F5D04910e57f
Octal45510657135011141612717
Binary100101101100011010111110111010100100110000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250546; }

 p { color: rgb(37,5,70); }

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

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

 a { background-color: rgb(37,5,70); }

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

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

 span { border-color: rgb(37,5,70); }

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