#26084B

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

Shades of Blackcurrant #26084B

Tints of Blackcurrant #26084B

Color information

#26084B (or 0x26084B) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 4B. RGB value is (38,8,75). Sum of RGB (Red+Green+Blue) = 38+8+75=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #26084B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26084B is #D9F7B4. Grayscale: #181818. Windows color (decimal): -14284725 or 4917286. OLE color: 4917286.

HSL color Cylindrical-coordinate representation of color #26084B: hue angle of 266.87º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #26084B is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38875-
CMYK0.490.8900.71
HSL266.87º80.72%16.27%-
HSV(B)266.87º89.33%29.41%-
XYZ2.161.096.75-
YUV24.61156.44137.55-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=31.40%
G=6.61%
B=61.98%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal388750.490.8900.71266.8780.7216.27
Hex2684B315904710b5110
Octal461011361131010741312120
Binary10011010001001011110001101100101000111100001011101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26084B; }

 p { color: rgb(38,8,75); }

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

<style>
 a { background-color: #26084B; }

 a { background-color: rgb(38,8,75); }

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

<style>
 span { border-color: #26084B; }

 span { border-color: rgb(38,8,75); }

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