#260540

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

Shades of Blackcurrant #260540

Tints of Blackcurrant #260540

Color information

#260540 (or 0x260540) is unknown color: approx Blackcurrant. HEX triplet: 26, 05 and 40. RGB value is (38,5,64). Sum of RGB (Red+Green+Blue) = 38+5+64=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 5 (2.34% from 255 or 4.67% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #260540 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260540 is #D9FABF. Grayscale: #151515. Windows color (decimal): -14285504 or 4195622. OLE color: 4195622.

HSL color Cylindrical-coordinate representation of color #260540: hue angle of 273.56º 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 #260540 is Cyan = 0.41, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB38564-
CMYK0.410.9200.75
HSL273.56º85.51%13.53%-
HSV(B)273.56º92.19%25.1%-
XYZ1.780.894.93-
YUV21.59151.93139.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 5 (2.34% from 255) = 4.67%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=35.51%
G=4.67%
B=59.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal385640.410.9200.75273.5685.5113.53
Hex26540295C04B11256e
Octal46510051134011342212616
Binary100110101100000010100110111000100101110001001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260540; }

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

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

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

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

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

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

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

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