#261532

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

Shades of Blackcurrant #261532

Tints of Blackcurrant #261532

Color information

#261532 (or 0x261532) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 32. RGB value is (38,21,50). Sum of RGB (Red+Green+Blue) = 38+21+50=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 21 (8.59% from 255 or 19.27% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #261532 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261532 is #D9EACD. Grayscale: #1D1D1D. Windows color (decimal): -14281422 or 3282214. OLE color: 3282214.

HSL color Cylindrical-coordinate representation of color #261532: hue angle of 275.17º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #261532 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB382150-
CMYK0.240.5800.80
HSL275.17º40.85%13.92%-
HSV(B)275.17º58%19.61%-
XYZ1.641.183.16-
YUV29.39139.63134.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 21 (8.59% from 255) = 19.27%
BLUE value IS 50 (19.92% from 255) = 45.87%
R=34.86%
G=19.27%
B=45.87%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3821500.240.5800.80275.1740.8513.92
Hex261532183A05011329e
Octal462562307201204235116
Binary1001101010111001011000111010010100001000100111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261532; }

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

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

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

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

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

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

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

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