#250147

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

Shades of Blackcurrant #250147

Tints of Blackcurrant #250147

Color information

#250147 (or 0x250147) is unknown color: approx Blackcurrant. HEX triplet: 25, 01 and 47. RGB value is (37,1,71). Sum of RGB (Red+Green+Blue) = 37+1+71=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 71 (28.12% from 255 or 65.14% from 109); Max value from RGB is 71 - color contains mainly: blue. Hex color #250147 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250147 is #DAFEB8. Grayscale: #131313. Windows color (decimal): -14352057 or 4653349. OLE color: 4653349.

HSL color Cylindrical-coordinate representation of color #250147: hue angle of 270.86º 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 #250147 is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB37171-
CMYK0.480.9900.72
HSL270.86º97.22%14.12%-
HSV(B)270.86º98.59%27.84%-
XYZ1.910.876.03-
YUV19.74156.93140.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 71 (28.12% from 255) = 65.14%
R=33.94%
G=0.92%
B=65.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal371710.480.9900.72270.8697.2214.12
Hex25147306304810f61e
Octal45110760143011041714116
Binary1001011100011111000011000110100100010000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250147; }

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

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

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

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

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

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

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

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