#26004D

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

Shades of Blackcurrant #26004D

Tints of Blackcurrant #26004D

Color information

#26004D (or 0x26004D) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 4D. RGB value is (38,0,77). Sum of RGB (Red+Green+Blue) = 38+0+77=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 0 (0.39% from 255 or 0% from 115); Blue value is 77 (30.47% from 255 or 66.96% from 115); Max value from RGB is 77 - color contains mainly: blue. Hex color #26004D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26004D is #D9FFB2. Grayscale: #131313. Windows color (decimal): -14286771 or 5046310. OLE color: 5046310.

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

Color convert

RGB38077-
CMYK0.51100.70
HSL269.61º100%15.1%-
HSV(B)269.61º100%30.2%-
XYZ2.140.957.09-
YUV20.14160.09140.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 77 (30.47% from 255) = 66.96%
R=33.04%
G=0%
B=66.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal380770.51100.70269.6110015.1
Hex2604D336404610e64f
Octal46011563144010641614417
Binary1001100100110111001111001000100011010000111011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26004D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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