#260042

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

Shades of Blackcurrant #260042

Tints of Blackcurrant #260042

Color information

#260042 (or 0x260042) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 42. RGB value is (38,0,66). Sum of RGB (Red+Green+Blue) = 38+0+66=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 0 (0.39% from 255 or 0% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #260042 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260042 is #D9FFBD. Grayscale: #121212. Windows color (decimal): -14286782 or 4325414. OLE color: 4325414.

HSL color Cylindrical-coordinate representation of color #260042: hue angle of 274.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260042 is Cyan = 0.42, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB38066-
CMYK0.42100.74
HSL274.55º100%12.94%-
HSV(B)274.55º100%25.88%-
XYZ1.780.815.22-
YUV18.89154.59141.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 66 (26.17% from 255) = 63.46%
R=36.54%
G=0%
B=63.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal380660.42100.74274.5510012.94
Hex260422A6404A11364d
Octal46010252144011242314415
Binary1001100100001010101011001000100101010001001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260042; }

 p { color: rgb(38,0,66); }

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

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

 a { background-color: rgb(38,0,66); }

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

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

 span { border-color: rgb(38,0,66); }

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