#260941

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

Shades of Blackcurrant #260941

Tints of Blackcurrant #260941

Color information

#260941 (or 0x260941) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 41. RGB value is (38,9,65). Sum of RGB (Red+Green+Blue) = 38+9+65=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 9 (3.91% from 255 or 8.04% from 112); Blue value is 65 (25.78% from 255 or 58.04% from 112); Max value from RGB is 65 - color contains mainly: blue. Hex color #260941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260941 is #D9F6BE. Grayscale: #171717. Windows color (decimal): -14284479 or 4262182. OLE color: 4262182.

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

Color convert

RGB38965-
CMYK0.420.8600.75
HSL271.07º75.68%14.51%-
HSV(B)271.07º86.15%25.49%-
XYZ1.850.995.09-
YUV24.06151.11137.95-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 9 (3.91% from 255) = 8.04%
BLUE value IS 65 (25.78% from 255) = 58.04%
R=33.93%
G=8.04%
B=58.04%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal389650.420.8600.75271.0775.6814.51
Hex269412A5604B10f4cf
Octal461110152126011341711417
Binary1001101001100000110101010101100100101110000111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260941; }

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

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

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

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

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

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

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

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