#26004F

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

Shades of Blackcurrant #26004F

Tints of Blackcurrant #26004F

Color information

#26004F (or 0x26004F) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 4F. RGB value is (38,0,79). Sum of RGB (Red+Green+Blue) = 38+0+79=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 0 (0.39% from 255 or 0% from 117); Blue value is 79 (31.25% from 255 or 67.52% from 117); Max value from RGB is 79 - color contains mainly: blue. Hex color #26004F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26004F is #D9FFB0. Grayscale: #141414. Windows color (decimal): -14286769 or 5177382. OLE color: 5177382.

HSL color Cylindrical-coordinate representation of color #26004F: hue angle of 268.86º 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 #26004F is Cyan = 0.52, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB38079-
CMYK0.52100.69
HSL268.86º100%15.49%-
HSV(B)268.86º100%30.98%-
XYZ2.210.987.47-
YUV20.37161.09140.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 79 (31.25% from 255) = 67.52%
R=32.48%
G=0%
B=67.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal380790.52100.69268.8610015.49
Hex2604F346404510d64f
Octal46011764144010541514417
Binary1001100100111111010011001000100010110000110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26004F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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