#250347

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

Shades of Blackcurrant #250347

Tints of Blackcurrant #250347

Color information

#250347 (or 0x250347) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 47. RGB value is (37,3,71). Sum of RGB (Red+Green+Blue) = 37+3+71=111 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.33% from 111); Green value is 3 (1.56% from 255 or 2.70% from 111); Blue value is 71 (28.12% from 255 or 63.96% from 111); Max value from RGB is 71 - color contains mainly: blue. Hex color #250347 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250347 is #DAFCB8. Grayscale: #141414. Windows color (decimal): -14351545 or 4653861. OLE color: 4653861.

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

Color convert

RGB37371-
CMYK0.480.9600.72
HSL270º91.89%14.51%-
HSV(B)270º95.77%27.84%-
XYZ1.930.916.04-
YUV20.92156.26139.47-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.33%
GREEN value IS 3 (1.56% from 255) = 2.70%
BLUE value IS 71 (28.12% from 255) = 63.96%
R=33.33%
G=2.70%
B=63.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal373710.480.9600.7227091.8914.51
Hex25347306004810e5cf
Octal45310760140011041613417
Binary10010111100011111000011000000100100010000111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250347; }

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

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

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

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

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

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

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

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