#26122B

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

Shades of Blackcurrant #26122B

Tints of Blackcurrant #26122B

Color information

#26122B (or 0x26122B) is unknown color: approx Blackcurrant. HEX triplet: 26, 12 and 2B. RGB value is (38,18,43). Sum of RGB (Red+Green+Blue) = 38+18+43=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 43 (17.19% from 255 or 43.43% from 99); Max value from RGB is 43 - color contains mainly: blue. Hex color #26122B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26122B is #D9EDD4. Grayscale: #1A1A1A. Windows color (decimal): -14282197 or 2822694. OLE color: 2822694.

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

Color convert

RGB381843-
CMYK0.120.5800.83
HSL288º40.98%11.96%-
HSV(B)288º58.14%16.86%-
XYZ1.451.022.41-
YUV26.83137.13135.97-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 18 (7.42% from 255) = 18.18%
BLUE value IS 43 (17.19% from 255) = 43.43%
R=38.38%
G=18.18%
B=43.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal3818430.120.5800.8328840.9811.96
Hex26122BC3A05312029c
Octal462253147201234405114
Binary100110100101010111100111010010100111001000001010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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