#260547

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

Shades of Blackcurrant #260547

Tints of Blackcurrant #260547

Color information

#260547 (or 0x260547) is unknown color: approx Blackcurrant. HEX triplet: 26, 05 and 47. RGB value is (38,5,71). Sum of RGB (Red+Green+Blue) = 38+5+71=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 5 (2.34% from 255 or 4.39% from 114); Blue value is 71 (28.12% from 255 or 62.28% from 114); Max value from RGB is 71 - color contains mainly: blue. Hex color #260547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260547 is #D9FAB8. Grayscale: #161616. Windows color (decimal): -14285497 or 4654374. OLE color: 4654374.

HSL color Cylindrical-coordinate representation of color #260547: hue angle of 270º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260547 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB38571-
CMYK0.460.9300.72
HSL270º86.84%14.9%-
HSV(B)270º92.96%27.84%-
XYZ1.990.986.04-
YUV22.39155.43139.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 5 (2.34% from 255) = 4.39%
BLUE value IS 71 (28.12% from 255) = 62.28%
R=33.33%
G=4.39%
B=62.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal385710.460.9300.7227086.8414.9
Hex265472E5D04810e57f
Octal46510756135011041612717
Binary100110101100011110111010111010100100010000111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260547; }

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

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

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

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

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

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

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

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