#260336

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

Shades of Blackcurrant #260336

Tints of Blackcurrant #260336

Color information

#260336 (or 0x260336) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 36. RGB value is (38,3,54). Sum of RGB (Red+Green+Blue) = 38+3+54=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 3 (1.56% from 255 or 3.16% from 95); Blue value is 54 (21.48% from 255 or 56.84% from 95); Max value from RGB is 54 - color contains mainly: blue. Hex color #260336 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260336 is #D9FCC9. Grayscale: #131313. Windows color (decimal): -14286026 or 3539750. OLE color: 3539750.

HSL color Cylindrical-coordinate representation of color #260336: hue angle of 281.18º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260336 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB38354-
CMYK0.300.9400.79
HSL281.18º89.47%11.18%-
HSV(B)281.18º94.44%21.18%-
XYZ1.50.743.55-
YUV19.28147.6141.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 3 (1.56% from 255) = 3.16%
BLUE value IS 54 (21.48% from 255) = 56.84%
R=40%
G=3.16%
B=56.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal383540.300.9400.79281.1889.4711.18
Hex263361E5E04F11959b
Octal4636636136011743113113
Binary100110111101101111010111100100111110001100110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260336; }

 p { color: rgb(38,3,54); }

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

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

 a { background-color: rgb(38,3,54); }

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

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

 span { border-color: rgb(38,3,54); }

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