#26212C

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

Shades of Blackcurrant #26212C

Tints of Blackcurrant #26212C

Color information

#26212C (or 0x26212C) is unknown color: approx Blackcurrant. HEX triplet: 26, 21 and 2C. RGB value is (38,33,44). Sum of RGB (Red+Green+Blue) = 38+33+44=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 44 - color contains mainly: blue. Hex color #26212C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26212C is #D9DED3. Grayscale: #232323. Windows color (decimal): -14278356 or 2892070. OLE color: 2892070.

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

Color convert

RGB383344-
CMYK0.140.2500.83
HSL267.27º14.29%15.1%-
HSV(B)267.27º25%17.25%-
XYZ1.81.682.61-
YUV35.75132.66129.61-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 44 (17.58% from 255) = 38.26%
R=33.04%
G=28.70%
B=38.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3833440.140.2500.83267.2714.2915.1
Hex26212CE1905310bef
Octal464154163101234131617
Binary1001101000011011001110110010101001110000101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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