#250349

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

Shades of Blackcurrant #250349

Tints of Blackcurrant #250349

Color information

#250349 (or 0x250349) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 49. RGB value is (37,3,73). Sum of RGB (Red+Green+Blue) = 37+3+73=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 3 (1.56% from 255 or 2.65% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #250349 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250349 is #DAFCB6. Grayscale: #141414. Windows color (decimal): -14351543 or 4784933. OLE color: 4784933.

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

Color convert

RGB37373-
CMYK0.490.9600.71
HSL269.14º92.11%14.9%-
HSV(B)269.14º95.89%28.63%-
XYZ20.946.38-
YUV21.15157.26139.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 3 (1.56% from 255) = 2.65%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=32.74%
G=2.65%
B=64.60%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373730.490.9600.71269.1492.1114.9
Hex25349316004710d5cf
Octal45311161140010741513417
Binary10010111100100111000111000000100011110000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250349; }

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

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

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

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

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

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

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

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