#26192e

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

Shades of Blackcurrant #26192E

Tints of Blackcurrant #26192E

Color information

#26192E (or 0x26192E) is unknown color: approx Blackcurrant. HEX triplet: 26, 19 and 2E. RGB value is (38,25,46). Sum of RGB (Red+Green+Blue) = 38+25+46=109 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.86% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 46 (18.36% from 255 or 42.20% from 109); Max value from RGB is 46 - color contains mainly: blue. Hex color #26192E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26192E is #D9E6D1. Grayscale: #1F1F1F. Windows color (decimal): -14280402 or 3021094. OLE color: 3021094.

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

Color convert

RGB382546-
CMYK0.170.4600.82
HSL277.14º29.58%13.92%-
HSV(B)277.14º45.65%18.04%-
XYZ1.641.32.75-
YUV31.28136.31132.79-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.86%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 46 (18.36% from 255) = 42.20%
R=34.86%
G=22.94%
B=42.20%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3825460.170.4600.82277.1429.5813.92
Hex26192E112E0521151ee
Octal463156215601224253616
Binary100110110011011101000110111001010010100010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26192e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26192e; }

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

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

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

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

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

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

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

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