#260146

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

Shades of Blackcurrant #260146

Tints of Blackcurrant #260146

Color information

#260146 (or 0x260146) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 46. RGB value is (38,1,70). Sum of RGB (Red+Green+Blue) = 38+1+70=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 70 (27.73% from 255 or 64.22% from 109); Max value from RGB is 70 - color contains mainly: blue. Hex color #260146 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260146 is #D9FEB9. Grayscale: #131313. Windows color (decimal): -14286522 or 4587814. OLE color: 4587814.

HSL color Cylindrical-coordinate representation of color #260146: hue angle of 272.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #260146 is Cyan = 0.46, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB38170-
CMYK0.460.9900.73
HSL272.17º97.18%13.92%-
HSV(B)272.17º98.57%27.45%-
XYZ1.920.885.86-
YUV19.93156.26140.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 1 (0.78% from 255) = 0.92%
BLUE value IS 70 (27.73% from 255) = 64.22%
R=34.86%
G=0.92%
B=64.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal381700.460.9900.73272.1797.1813.92
Hex261462E6304911061e
Octal46110656143011142014116
Binary1001101100011010111011000110100100110001000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260146; }

 p { color: rgb(38,1,70); }

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

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

 a { background-color: rgb(38,1,70); }

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

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

 span { border-color: rgb(38,1,70); }

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