#260641

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

Shades of Blackcurrant #260641

Tints of Blackcurrant #260641

Color information

#260641 (or 0x260641) is unknown color: approx Blackcurrant. HEX triplet: 26, 06 and 41. RGB value is (38,6,65). Sum of RGB (Red+Green+Blue) = 38+6+65=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 6 (2.73% from 255 or 5.50% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #260641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260641 is #D9F9BE. Grayscale: #161616. Windows color (decimal): -14285247 or 4261414. OLE color: 4261414.

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

Color convert

RGB38665-
CMYK0.420.9100.75
HSL272.54º83.1%13.92%-
HSV(B)272.54º90.77%25.49%-
XYZ1.820.925.08-
YUV22.29152.1139.2-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 6 (2.73% from 255) = 5.50%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=34.86%
G=5.50%
B=59.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal386650.420.9100.75272.5483.113.92
Hex266412A5B04B11153e
Octal46610152133011342112316
Binary100110110100000110101010110110100101110001000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260641; }

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

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

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

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

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

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

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

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