#250547

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

Shades of Blackcurrant #250547

Tints of Blackcurrant #250547

Color information

#250547 (or 0x250547) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 47. RGB value is (37,5,71). Sum of RGB (Red+Green+Blue) = 37+5+71=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 71 (28.12% from 255 or 62.83% from 113); Max value from RGB is 71 - color contains mainly: blue. Hex color #250547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250547 is #DAFAB8. Grayscale: #151515. Windows color (decimal): -14351033 or 4654373. OLE color: 4654373.

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

Color convert

RGB37571-
CMYK0.480.9300.72
HSL269.09º86.84%14.9%-
HSV(B)269.09º92.96%27.84%-
XYZ1.950.966.04-
YUV22.09155.6138.63-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 5 (2.34% from 255) = 4.42%
BLUE value IS 71 (28.12% from 255) = 62.83%
R=32.74%
G=4.42%
B=62.83%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal375710.480.9300.72269.0986.8414.9
Hex25547305D04810d57f
Octal45510760135011041512717
Binary100101101100011111000010111010100100010000110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250547; }

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

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

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

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

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

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

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

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