#26112E

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

Shades of Blackcurrant #26112E

Tints of Blackcurrant #26112E

Color information

#26112E (or 0x26112E) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 2E. RGB value is (38,17,46). Sum of RGB (Red+Green+Blue) = 38+17+46=101 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.62% from 101); Green value is 17 (7.03% from 255 or 16.83% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 46 - color contains mainly: blue. Hex color #26112E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26112E is #D9EED1. Grayscale: #1A1A1A. Windows color (decimal): -14282450 or 3019046. OLE color: 3019046.

HSL color Cylindrical-coordinate representation of color #26112E: hue angle of 283.45º degrees, saturation: 0.46, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #26112E is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB381746-
CMYK0.170.6300.82
HSL283.45º46.03%12.35%-
HSV(B)283.45º63.04%18.04%-
XYZ1.491.012.7-
YUV26.58138.96136.14-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.62%
GREEN value IS 17 (7.03% from 255) = 16.83%
BLUE value IS 46 (18.36% from 255) = 45.54%
R=37.62%
G=16.83%
B=45.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3817460.170.6300.82283.4546.0312.35
Hex26112E113F05211b2ec
Octal462156217701224335614
Binary1001101000110111010001111111010100101000110111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26112E; }

 p { color: rgb(38,17,46); }

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

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

 a { background-color: rgb(38,17,46); }

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

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

 span { border-color: rgb(38,17,46); }

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