#250346

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

Shades of Blackcurrant #250346

Tints of Blackcurrant #250346

Color information

#250346 (or 0x250346) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 46. RGB value is (37,3,70). Sum of RGB (Red+Green+Blue) = 37+3+70=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 70 (27.73% from 255 or 63.64% from 110); Max value from RGB is 70 - color contains mainly: blue. Hex color #250346 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250346 is #DAFCB9. Grayscale: #141414. Windows color (decimal): -14351546 or 4588325. OLE color: 4588325.

HSL color Cylindrical-coordinate representation of color #250346: hue angle of 270.45º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #250346 is Cyan = 0.47, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB37370-
CMYK0.470.9600.73
HSL270.45º91.78%14.31%-
HSV(B)270.45º95.71%27.45%-
XYZ1.90.95.87-
YUV20.8155.76139.55-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 3 (1.56% from 255) = 2.73%
BLUE value IS 70 (27.73% from 255) = 63.64%
R=33.64%
G=2.73%
B=63.64%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal373700.470.9600.73270.4591.7814.31
Hex253462F6004910e5ce
Octal45310657140011141613416
Binary10010111100011010111111000000100100110000111010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250346; }

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

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

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

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

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

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

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

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