#250340

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

Shades of Blackcurrant #250340

Tints of Blackcurrant #250340

Color information

#250340 (or 0x250340) is unknown color: approx Blackcurrant. HEX triplet: 25, 03 and 40. RGB value is (37,3,64). Sum of RGB (Red+Green+Blue) = 37+3+64=104 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.58% from 104); Green value is 3 (1.56% from 255 or 2.88% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #250340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250340 is #DAFCBF. Grayscale: #131313. Windows color (decimal): -14351552 or 4195109. OLE color: 4195109.

HSL color Cylindrical-coordinate representation of color #250340: hue angle of 273.44º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250340 is Cyan = 0.42, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB37364-
CMYK0.420.9500.75
HSL273.44º91.04%13.14%-
HSV(B)273.44º95.31%25.1%-
XYZ1.720.834.92-
YUV20.12152.76140.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.58%
GREEN value IS 3 (1.56% from 255) = 2.88%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=35.58%
G=2.88%
B=61.54%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal373640.420.9500.75273.4491.0413.14
Hex253402A5F04B1115bd
Octal45310052137011342113315
Binary10010111100000010101010111110100101110001000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250340; }

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

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

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

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

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

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

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

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