#26012E

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

Shades of Blackcurrant #26012E

Tints of Blackcurrant #26012E

Color information

#26012E (or 0x26012E) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 2E. RGB value is (38,1,46). Sum of RGB (Red+Green+Blue) = 38+1+46=85 (11% of max value = 765). Red value is 38 (15.23% from 255 or 44.71% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 46 (18.36% from 255 or 54.12% from 85); Max value from RGB is 46 - color contains mainly: blue. Hex color #26012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26012E is #D9FED1. Grayscale: #111111. Windows color (decimal): -14286546 or 3014950. OLE color: 3014950.

HSL color Cylindrical-coordinate representation of color #26012E: hue angle of 289.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #26012E is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB38146-
CMYK0.170.9800.82
HSL289.33º95.74%9.22%-
HSV(B)289.33º97.83%18.04%-
XYZ1.30.632.64-
YUV17.19144.26142.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 44.71%
GREEN value IS 1 (0.78% from 255) = 1.18%
BLUE value IS 46 (18.36% from 255) = 54.12%
R=44.71%
G=1.18%
B=54.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal381460.170.9800.82289.3395.749.22
Hex2612E1162052121609
Octal4615621142012244114011
Binary10011011011101000111000100101001010010000111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26012E; }

 p { color: rgb(38,1,46); }

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

<style>
 a { background-color: #26012E; }

 a { background-color: rgb(38,1,46); }

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

<style>
 span { border-color: #26012E; }

 span { border-color: rgb(38,1,46); }

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