#261631

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

Shades of Blackcurrant #261631

Tints of Blackcurrant #261631

Color information

#261631 (or 0x261631) is unknown color: approx Blackcurrant. HEX triplet: 26, 16 and 31. RGB value is (38,22,49). Sum of RGB (Red+Green+Blue) = 38+22+49=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 22 (8.98% from 255 or 20.18% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #261631 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261631 is #D9E9CE. Grayscale: #1D1D1D. Windows color (decimal): -14281167 or 3216934. OLE color: 3216934.

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

Color convert

RGB382249-
CMYK0.220.5500.81
HSL275.56º38.03%13.92%-
HSV(B)275.56º55.1%19.22%-
XYZ1.641.213.05-
YUV29.86138.8133.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 22 (8.98% from 255) = 20.18%
BLUE value IS 49 (19.53% from 255) = 44.95%
R=34.86%
G=20.18%
B=44.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3822490.220.5500.81275.5638.0313.92
Hex261631163705111426e
Octal462661266701214244616
Binary1001101011011000110110110111010100011000101001001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261631; }

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

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

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

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

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

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

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

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