#260539

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

Shades of Blackcurrant #260539

Tints of Blackcurrant #260539

Color information

#260539 (or 0x260539) is unknown color: approx Blackcurrant. HEX triplet: 26, 05 and 39. RGB value is (38,5,57). Sum of RGB (Red+Green+Blue) = 38+5+57=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 5 (2.34% from 255 or 5% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #260539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260539 is #D9FAC6. Grayscale: #141414. Windows color (decimal): -14285511 or 3736870. OLE color: 3736870.

HSL color Cylindrical-coordinate representation of color #260539: hue angle of 278.08º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #260539 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB38557-
CMYK0.330.9100.78
HSL278.08º83.87%12.16%-
HSV(B)278.08º91.23%22.35%-
XYZ1.590.823.94-
YUV20.8148.43140.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 5 (2.34% from 255) = 5%
BLUE value IS 57 (22.66% from 255) = 57%
R=38%
G=5%
B=57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal385570.330.9100.78278.0883.8712.16
Hex26539215B04E11654c
Octal4657141133011642612414
Binary10011010111100110000110110110100111010001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260539; }

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

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

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

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

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

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

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

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