#261831

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

Shades of Blackcurrant #261831

Tints of Blackcurrant #261831

Color information

#261831 (or 0x261831) is unknown color: approx Blackcurrant. HEX triplet: 26, 18 and 31. RGB value is (38,24,49). Sum of RGB (Red+Green+Blue) = 38+24+49=111 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.23% from 111); Green value is 24 (9.77% from 255 or 21.62% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #261831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261831 is #D9E7CE. Grayscale: #1E1E1E. Windows color (decimal): -14280655 or 3217446. OLE color: 3217446.

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

Color convert

RGB382449-
CMYK0.220.5100.81
HSL273.6º34.25%14.31%-
HSV(B)273.6º51.02%19.22%-
XYZ1.681.293.07-
YUV31.04138.14132.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.23%
GREEN value IS 24 (9.77% from 255) = 21.62%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=34.23%
G=21.62%
B=44.14%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3824490.220.5100.81273.634.2514.31
Hex261831163305111222e
Octal463061266301214224216
Binary1001101100011000110110110011010100011000100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261831; }

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

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

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

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

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

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

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

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