#261431

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

Shades of Blackcurrant #261431

Tints of Blackcurrant #261431

Color information

#261431 (or 0x261431) is unknown color: approx Blackcurrant. HEX triplet: 26, 14 and 31. RGB value is (38,20,49). Sum of RGB (Red+Green+Blue) = 38+20+49=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 20 (8.20% from 255 or 18.69% from 107); Blue value is 49 (19.53% from 255 or 45.79% from 107); Max value from RGB is 49 - color contains mainly: blue. Hex color #261431 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261431 is #D9EBCE. Grayscale: #1C1C1C. Windows color (decimal): -14281679 or 3216422. OLE color: 3216422.

HSL color Cylindrical-coordinate representation of color #261431: hue angle of 277.24º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #261431 is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB382049-
CMYK0.220.5900.81
HSL277.24º42.03%13.53%-
HSV(B)277.24º59.18%19.22%-
XYZ1.61.133.04-
YUV28.69139.46134.64-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 20 (8.20% from 255) = 18.69%
BLUE value IS 49 (19.53% from 255) = 45.79%
R=35.51%
G=18.69%
B=45.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3820490.220.5900.81277.2442.0313.53
Hex261431163B0511152ae
Octal462461267301214255216
Binary1001101010011000110110111011010100011000101011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261431; }

 p { color: rgb(38,20,49); }

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

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

 a { background-color: rgb(38,20,49); }

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

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

 span { border-color: rgb(38,20,49); }

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