#26202A

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

Shades of Blackcurrant #26202A

Tints of Blackcurrant #26202A

Color information

#26202A (or 0x26202A) is unknown color: approx Blackcurrant. HEX triplet: 26, 20 and 2A. RGB value is (38,32,42). Sum of RGB (Red+Green+Blue) = 38+32+42=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 32 (12.89% from 255 or 28.57% from 112); Blue value is 42 (16.80% from 255 or 37.5% from 112); Max value from RGB is 42 - color contains mainly: blue. Hex color #26202A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26202A is #D9DFD5. Grayscale: #222222. Windows color (decimal): -14278614 or 2760742. OLE color: 2760742.

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

Color convert

RGB383242-
CMYK0.100.2400.84
HSL276º13.51%14.51%-
HSV(B)276º23.81%16.47%-
XYZ1.731.612.41-
YUV34.93131.99130.19-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 32 (12.89% from 255) = 28.57%
BLUE value IS 42 (16.80% from 255) = 37.5%
R=33.93%
G=28.57%
B=37.5%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3832420.100.2400.8427613.5114.51
Hex26202AA18054114ef
Octal464052123001244241617
Binary1001101000001010101010110000101010010001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26202A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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