#26004E

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

Shades of Blackcurrant #26004E

Tints of Blackcurrant #26004E

Color information

#26004E (or 0x26004E) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 4E. RGB value is (38,0,78). Sum of RGB (Red+Green+Blue) = 38+0+78=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 0 (0.39% from 255 or 0% from 116); Blue value is 78 (30.86% from 255 or 67.24% from 116); Max value from RGB is 78 - color contains mainly: blue. Hex color #26004E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26004E is #D9FFB1. Grayscale: #131313. Windows color (decimal): -14286770 or 5111846. OLE color: 5111846.

HSL color Cylindrical-coordinate representation of color #26004E: hue angle of 269.23º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #26004E is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB38078-
CMYK0.51100.69
HSL269.23º100%15.29%-
HSV(B)269.23º100%30.59%-
XYZ2.170.967.28-
YUV20.25160.59140.66-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 78 (30.86% from 255) = 67.24%
R=32.76%
G=0%
B=67.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380780.51100.69269.2310015.29
Hex2604E336404510d64f
Octal46011663144010541514417
Binary1001100100111011001111001000100010110000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26004E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,0,78); }

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

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

 a { background-color: rgb(38,0,78); }

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

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

 span { border-color: rgb(38,0,78); }

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