#26112D

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

Shades of Blackcurrant #26112D

Tints of Blackcurrant #26112D

Color information

#26112D (or 0x26112D) is unknown color: approx Blackcurrant. HEX triplet: 26, 11 and 2D. RGB value is (38,17,45). Sum of RGB (Red+Green+Blue) = 38+17+45=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #26112D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26112D is #D9EED2. Grayscale: #1A1A1A. Windows color (decimal): -14282451 or 2953510. OLE color: 2953510.

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

Color convert

RGB381745-
CMYK0.160.6200.82
HSL285º45.16%12.16%-
HSV(B)285º62.22%17.65%-
XYZ1.4712.6-
YUV26.47138.46136.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 45 (17.97% from 255) = 45%
R=38%
G=17%
B=45%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3817450.160.6200.8228545.1612.16
Hex26112D103E05211d2dc
Octal462155207601224355514
Binary1001101000110110110000111110010100101000111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26112D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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