#26044F

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

Shades of Blackcurrant #26044F

Tints of Blackcurrant #26044F

Color information

#26044F (or 0x26044F) is unknown color: approx Blackcurrant. HEX triplet: 26, 04 and 4F. RGB value is (38,4,79). Sum of RGB (Red+Green+Blue) = 38+4+79=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 4 (1.95% from 255 or 3.31% from 121); Blue value is 79 (31.25% from 255 or 65.29% from 121); Max value from RGB is 79 - color contains mainly: blue. Hex color #26044F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #26044F is #D9FBB0. Grayscale: #161616. Windows color (decimal): -14285745 or 5178406. OLE color: 5178406.

HSL color Cylindrical-coordinate representation of color #26044F: hue angle of 267.2º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #26044F is Cyan = 0.52, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB38479-
CMYK0.520.9500.69
HSL267.2º90.36%16.27%-
HSV(B)267.2º94.94%30.98%-
XYZ2.251.067.48-
YUV22.72159.76138.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 4 (1.95% from 255) = 3.31%
BLUE value IS 79 (31.25% from 255) = 65.29%
R=31.40%
G=3.31%
B=65.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal384790.520.9500.69267.290.3616.27
Hex2644F345F04510b5a10
Octal46411764137010541313220
Binary1001101001001111110100101111101000101100001011101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26044F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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