#250148

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

Shades of Blackcurrant #250148

Tints of Blackcurrant #250148

Color information

#250148 (or 0x250148) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 48. RGB value is (37,1,72). Sum of RGB (Red+Green+Blue) = 37+1+72=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #250148 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250148 is #DAFEB7. Grayscale: #131313. Windows color (decimal): -14352056 or 4718885. OLE color: 4718885.

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

Color convert

RGB37172-
CMYK0.490.9900.72
HSL270.42º97.26%14.31%-
HSV(B)270.42º98.61%28.24%-
XYZ1.940.886.2-
YUV19.86157.43140.23-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=33.64%
G=0.91%
B=65.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371720.490.9900.72270.4297.2614.31
Hex25148316304810e61e
Octal45111061143011041614116
Binary1001011100100011000111000110100100010000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250148; }

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

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

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

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

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

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

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

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