#261241

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

Shades of Blackcurrant #261241

Tints of Blackcurrant #261241

Color information

#261241 (or 0x261241) is unknown color: approx Blackcurrant. HEX triplet: 26, 12 and 41. RGB value is (38,18,65). Sum of RGB (Red+Green+Blue) = 38+18+65=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 18 (7.42% from 255 or 14.88% from 121); Blue value is 65 (25.78% from 255 or 53.72% from 121); Max value from RGB is 65 - color contains mainly: blue. Hex color #261241 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261241 is #D9EDBE. Grayscale: #1D1D1D. Windows color (decimal): -14282175 or 4264486. OLE color: 4264486.

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

Color convert

RGB381865-
CMYK0.420.7200.75
HSL265.53º56.63%16.27%-
HSV(B)265.53º72.31%25.49%-
XYZ1.971.235.13-
YUV29.34148.13134.18-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 18 (7.42% from 255) = 14.88%
BLUE value IS 65 (25.78% from 255) = 53.72%
R=31.40%
G=14.88%
B=53.72%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3818650.420.7200.75265.5356.6316.27
Hex2612412A4804B10a3910
Octal46221015211001134127120
Binary10011010010100000110101010010000100101110000101011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261241; }

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

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

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

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

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

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

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

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