#250244

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

Shades of Blackcurrant #250244

Tints of Blackcurrant #250244

Color information

#250244 (or 0x250244) is unknown color: approx Blackcurrant. HEX triplet: 25, 02 and 44. RGB value is (37,2,68). Sum of RGB (Red+Green+Blue) = 37+2+68=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 2 (1.17% from 255 or 1.87% from 107); Blue value is 68 (26.95% from 255 or 63.55% from 107); Max value from RGB is 68 - color contains mainly: blue. Hex color #250244 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250244 is #DAFDBB. Grayscale: #131313. Windows color (decimal): -14351804 or 4456997. OLE color: 4456997.

HSL color Cylindrical-coordinate representation of color #250244: hue angle of 271.82º 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 #250244 is Cyan = 0.46, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB37268-
CMYK0.460.9700.73
HSL271.82º94.29%13.73%-
HSV(B)271.82º97.06%26.67%-
XYZ1.830.855.54-
YUV19.99155.1140.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 2 (1.17% from 255) = 1.87%
BLUE value IS 68 (26.95% from 255) = 63.55%
R=34.58%
G=1.87%
B=63.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal372680.460.9700.73271.8294.2913.73
Hex252442E610491105ee
Octal45210456141011142013616
Binary10010110100010010111011000010100100110001000010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250244; }

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

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

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

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

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

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

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

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