#260940

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

Shades of Blackcurrant #260940

Tints of Blackcurrant #260940

Color information

#260940 (or 0x260940) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 40. RGB value is (38,9,64). Sum of RGB (Red+Green+Blue) = 38+9+64=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 9 (3.91% from 255 or 8.11% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #260940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260940 is #D9F6BF. Grayscale: #171717. Windows color (decimal): -14284480 or 4196646. OLE color: 4196646.

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

Color convert

RGB38964-
CMYK0.410.8600.75
HSL271.64º75.34%14.31%-
HSV(B)271.64º85.94%25.1%-
XYZ1.820.984.94-
YUV23.94150.61138.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 9 (3.91% from 255) = 8.11%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=34.23%
G=8.11%
B=57.66%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal389640.410.8600.75271.6475.3414.31
Hex26940295604B1104be
Octal461110051126011342011316
Binary1001101001100000010100110101100100101110001000010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260940; }

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

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

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

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

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

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

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

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