#26192C

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

Shades of Blackcurrant #26192C

Tints of Blackcurrant #26192C

Color information

#26192C (or 0x26192C) is unknown color: approx Blackcurrant. HEX triplet: 26, 19 and 2C. RGB value is (38,25,44). Sum of RGB (Red+Green+Blue) = 38+25+44=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 44 (17.58% from 255 or 41.12% from 107); Max value from RGB is 44 - color contains mainly: blue. Hex color #26192C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26192C is #D9E6D3. Grayscale: #1E1E1E. Windows color (decimal): -14280404 or 2890022. OLE color: 2890022.

HSL color Cylindrical-coordinate representation of color #26192C: hue angle of 281.05º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #26192C is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB382544-
CMYK0.140.4300.83
HSL281.05º27.54%13.53%-
HSV(B)281.05º43.18%17.25%-
XYZ1.61.292.55-
YUV31.05135.31132.96-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 44 (17.58% from 255) = 41.12%
R=35.51%
G=23.36%
B=41.12%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3825440.140.4300.83281.0527.5413.53
Hex26192CE2B0531191ce
Octal463154165301234313416
Binary10011011001101100111010101101010011100011001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26192C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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