#26222B

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

Shades of Blackcurrant #26222B

Tints of Blackcurrant #26222B

Color information

#26222B (or 0x26222B) is unknown color: approx Blackcurrant. HEX triplet: 26, 22 and 2B. RGB value is (38,34,43). Sum of RGB (Red+Green+Blue) = 38+34+43=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 34 (13.67% from 255 or 29.57% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 43 - color contains mainly: blue. Hex color #26222B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26222B is #D9DDD4. Grayscale: #242424. Windows color (decimal): -14278101 or 2826790. OLE color: 2826790.

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

Color convert

RGB383443-
CMYK0.120.2100.83
HSL266.67º11.69%15.1%-
HSV(B)266.67º20.93%16.86%-
XYZ1.811.732.52-
YUV36.22131.83129.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 34 (13.67% from 255) = 29.57%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=33.04%
G=29.57%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3834430.120.2100.83266.6711.6915.1
Hex26222BC1505310bcf
Octal464253142501234131417
Binary1001101000101010111100101010101001110000101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26222B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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