#26042C

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

Shades of Blackcurrant #26042C

Tints of Blackcurrant #26042C

Color information

#26042C (or 0x26042C) is unknown color: approx Blackcurrant. HEX triplet: 26, 04 and 2C. RGB value is (38,4,44). Sum of RGB (Red+Green+Blue) = 38+4+44=86 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.19% from 86); Green value is 4 (1.95% from 255 or 4.65% from 86); Blue value is 44 (17.58% from 255 or 51.16% from 86); Max value from RGB is 44 - color contains mainly: blue. Hex color #26042C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26042C is #D9FBD3. Grayscale: #121212. Windows color (decimal): -14285780 or 2884646. OLE color: 2884646.

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

Color convert

RGB38444-
CMYK0.140.9100.83
HSL291º83.33%9.41%-
HSV(B)291º90.91%17.25%-
XYZ1.30.682.45-
YUV18.73142.26141.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.19%
GREEN value IS 4 (1.95% from 255) = 4.65%
BLUE value IS 44 (17.58% from 255) = 51.16%
R=44.19%
G=4.65%
B=51.16%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal384440.140.9100.8329183.339.41
Hex2642CE5B053123539
Octal4645416133012344312311
Binary100110100101100111010110110101001110010001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26042C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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