#250246

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

Shades of Blackcurrant #250246

Tints of Blackcurrant #250246

Color information

#250246 (or 0x250246) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 46. RGB value is (37,2,70). Sum of RGB (Red+Green+Blue) = 37+2+70=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 2 (1.17% from 255 or 1.83% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #250246 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250246 is #DAFDB9. Grayscale: #131313. Windows color (decimal): -14351802 or 4588069. OLE color: 4588069.

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

Color convert

RGB37270-
CMYK0.470.9700.73
HSL270.88º94.44%14.12%-
HSV(B)270.88º97.14%27.45%-
XYZ1.890.885.86-
YUV20.22156.1139.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 2 (1.17% from 255) = 1.83%
BLUE value IS 70 (27.73% from 255) = 64.22%
R=33.94%
G=1.83%
B=64.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal372700.470.9700.73270.8894.4414.12
Hex252462F6104910f5ee
Octal45210657141011141713616
Binary10010110100011010111111000010100100110000111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250246; }

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

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

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

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

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

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

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

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