#250248

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

Shades of Blackcurrant #250248

Tints of Blackcurrant #250248

Color information

#250248 (or 0x250248) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 48. RGB value is (37,2,72). Sum of RGB (Red+Green+Blue) = 37+2+72=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 2 (1.17% from 255 or 1.80% from 111); Blue value is 72 (28.52% from 255 or 64.86% from 111); Max value from RGB is 72 - color contains mainly: blue. Hex color #250248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250248 is #DAFDB7. Grayscale: #141414. Windows color (decimal): -14351800 or 4719141. OLE color: 4719141.

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

Color convert

RGB37272-
CMYK0.490.9700.72
HSL270º94.59%14.51%-
HSV(B)270º97.22%28.24%-
XYZ1.950.96.2-
YUV20.44157.1139.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.80%
BLUE value IS 72 (28.52% from 255) = 64.86%
R=33.33%
G=1.80%
B=64.86%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal372720.490.9700.7227094.5914.51
Hex25248316104810e5ff
Octal45211061141011041613717
Binary10010110100100011000111000010100100010000111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250248; }

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

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

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

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

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

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

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

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