#26202C

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

Shades of Blackcurrant #26202C

Tints of Blackcurrant #26202C

Color information

#26202C (or 0x26202C) is unknown color: approx Blackcurrant. HEX triplet: 26, 20 and 2C. RGB value is (38,32,44). Sum of RGB (Red+Green+Blue) = 38+32+44=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 44 (17.58% from 255 or 38.60% from 114); Max value from RGB is 44 - color contains mainly: blue. Hex color #26202C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26202C is #D9DFD3. Grayscale: #232323. Windows color (decimal): -14278612 or 2891814. OLE color: 2891814.

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

Color convert

RGB383244-
CMYK0.140.2700.83
HSL270º15.79%14.9%-
HSV(B)270º27.27%17.25%-
XYZ1.771.632.6-
YUV35.16132.99130.02-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 44 (17.58% from 255) = 38.60%
R=33.33%
G=28.07%
B=38.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3832440.140.2700.8327015.7914.9
Hex26202CE1B05310e10f
Octal464054163301234162017
Binary10011010000010110011101101101010011100001110100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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