#250448

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

Shades of Blackcurrant #250448

Tints of Blackcurrant #250448

Color information

#250448 (or 0x250448) is unknown color: approx Blackcurrant. HEX triplet: 25, 04 and 48. RGB value is (37,4,72). Sum of RGB (Red+Green+Blue) = 37+4+72=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 4 (1.95% from 255 or 3.54% from 113); Blue value is 72 (28.52% from 255 or 63.72% from 113); Max value from RGB is 72 - color contains mainly: blue. Hex color #250448 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250448 is #DAFBB7. Grayscale: #151515. Windows color (decimal): -14351288 or 4719653. OLE color: 4719653.

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

Color convert

RGB37472-
CMYK0.490.9400.72
HSL269.12º89.47%14.9%-
HSV(B)269.12º94.44%28.24%-
XYZ1.980.956.21-
YUV21.62156.43138.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 4 (1.95% from 255) = 3.54%
BLUE value IS 72 (28.52% from 255) = 63.72%
R=32.74%
G=3.54%
B=63.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal374720.490.9400.72269.1289.4714.9
Hex25448315E04810d59f
Octal45411061136011041513117
Binary100101100100100011000110111100100100010000110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250448; }

 p { color: rgb(37,4,72); }

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

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

 a { background-color: rgb(37,4,72); }

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

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

 span { border-color: rgb(37,4,72); }

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