#261536

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

Shades of Blackcurrant #261536

Tints of Blackcurrant #261536

Color information

#261536 (or 0x261536) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 36. RGB value is (38,21,54). Sum of RGB (Red+Green+Blue) = 38+21+54=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: blue. Hex color #261536 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261536 is #D9EAC9. Grayscale: #1D1D1D. Windows color (decimal): -14281418 or 3544358. OLE color: 3544358.

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

Color convert

RGB382154-
CMYK0.300.6100.79
HSL270.91º44%14.71%-
HSV(B)270.91º61.11%21.18%-
XYZ1.731.213.63-
YUV29.84141.63133.82-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=33.63%
G=18.58%
B=47.79%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3821540.300.6100.79270.914414.71
Hex2615361E3D04F10f2cf
Octal462566367501174175417
Binary1001101010111011011110111101010011111000011111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261536; }

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

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

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

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

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

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

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

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