#261041

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

Shades of Blackcurrant #261041

Tints of Blackcurrant #261041

Color information

#261041 (or 0x261041) is unknown color: approx Blackcurrant. HEX triplet: 26, 10 and 41. RGB value is (38,16,65). Sum of RGB (Red+Green+Blue) = 38+16+65=119 (15% of max value = 765). Red value is 38 (15.23% from 255 or 31.93% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #261041 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261041 is #D9EFBE. Grayscale: #1B1B1B. Windows color (decimal): -14282687 or 4263974. OLE color: 4263974.

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

Color convert

RGB381665-
CMYK0.420.7500.75
HSL266.94º60.49%15.88%-
HSV(B)266.94º75.38%25.49%-
XYZ1.941.165.12-
YUV28.16148.79135.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.93%
GREEN value IS 16 (6.64% from 255) = 13.45%
BLUE value IS 65 (25.78% from 255) = 54.62%
R=31.93%
G=13.45%
B=54.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3816650.420.7500.75266.9460.4915.88
Hex2610412A4B04B10b3c10
Octal46201015211301134137420
Binary10011010000100000110101010010110100101110000101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261041; }

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

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

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

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

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

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

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

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