#26202B

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

Shades of Blackcurrant #26202B

Tints of Blackcurrant #26202B

Color information

#26202B (or 0x26202B) is unknown color: approx Blackcurrant. HEX triplet: 26, 20 and 2B. RGB value is (38,32,43). Sum of RGB (Red+Green+Blue) = 38+32+43=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 32 (12.89% from 255 or 28.32% from 113); Blue value is 43 (17.19% from 255 or 38.05% from 113); Max value from RGB is 43 - color contains mainly: blue. Hex color #26202B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26202B is #D9DFD4. Grayscale: #232323. Windows color (decimal): -14278613 or 2826278. OLE color: 2826278.

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

Color convert

RGB383243-
CMYK0.120.2600.83
HSL272.73º14.67%14.71%-
HSV(B)272.73º25.58%16.86%-
XYZ1.751.622.51-
YUV35.05132.49130.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 32 (12.89% from 255) = 28.32%
BLUE value IS 43 (17.19% from 255) = 38.05%
R=33.63%
G=28.32%
B=38.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3832430.120.2600.83272.7314.6714.71
Hex26202BC1A053111ff
Octal464053143201234211717
Binary1001101000001010111100110100101001110001000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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