#250540

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

Shades of Blackcurrant #250540

Tints of Blackcurrant #250540

Color information

#250540 (or 0x250540) is unknown color: approx Blackcurrant. HEX triplet: 25, 05 and 40. RGB value is (37,5,64). Sum of RGB (Red+Green+Blue) = 37+5+64=106 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.91% from 106); Green value is 5 (2.34% from 255 or 4.72% from 106); Blue value is 64 (25.39% from 255 or 60.38% from 106); Max value from RGB is 64 - color contains mainly: blue. Hex color #250540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #250540 is #DAFABF. Grayscale: #151515. Windows color (decimal): -14351040 or 4195621. OLE color: 4195621.

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

Color convert

RGB37564-
CMYK0.420.9200.75
HSL272.54º85.51%13.53%-
HSV(B)272.54º92.19%25.1%-
XYZ1.740.874.93-
YUV21.29152.1139.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.91%
GREEN value IS 5 (2.34% from 255) = 4.72%
BLUE value IS 64 (25.39% from 255) = 60.38%
R=34.91%
G=4.72%
B=60.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal375640.420.9200.75272.5485.5113.53
Hex255402A5C04B11156e
Octal45510052134011342112616
Binary100101101100000010101010111000100101110001000110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #250540; }

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

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

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

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

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

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

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

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