#260841

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

Shades of Blackcurrant #260841

Tints of Blackcurrant #260841

Color information

#260841 (or 0x260841) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 41. RGB value is (38,8,65). Sum of RGB (Red+Green+Blue) = 38+8+65=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 65 (25.78% from 255 or 58.56% from 111); Max value from RGB is 65 - color contains mainly: blue. Hex color #260841 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260841 is #D9F7BE. Grayscale: #171717. Windows color (decimal): -14284735 or 4261926. OLE color: 4261926.

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

Color convert

RGB38865-
CMYK0.420.8800.75
HSL271.58º78.08%14.31%-
HSV(B)271.58º87.69%25.49%-
XYZ1.840.975.09-
YUV23.47151.44138.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 8 (3.52% from 255) = 7.21%
BLUE value IS 65 (25.78% from 255) = 58.56%
R=34.23%
G=7.21%
B=58.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal388650.420.8800.75271.5878.0814.31
Hex268412A5804B1104ee
Octal461010152130011342011616
Binary1001101000100000110101010110000100101110001000010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260841; }

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

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

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

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

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

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

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

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