#26054A

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

Shades of Blackcurrant #26054A

Tints of Blackcurrant #26054A

Color information

#26054A (or 0x26054A) is unknown color: approx Blackcurrant. HEX triplet: 26, 05 and 4A. RGB value is (38,5,74). Sum of RGB (Red+Green+Blue) = 38+5+74=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 74 (29.30% from 255 or 63.25% from 117); Max value from RGB is 74 - color contains mainly: blue. Hex color #26054A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26054A is #D9FAB5. Grayscale: #161616. Windows color (decimal): -14285494 or 4850982. OLE color: 4850982.

HSL color Cylindrical-coordinate representation of color #26054A: hue angle of 268.7º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #26054A is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38574-
CMYK0.490.9300.71
HSL268.7º87.34%15.49%-
HSV(B)268.7º93.24%29.02%-
XYZ2.091.026.56-
YUV22.73156.93138.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 5 (2.34% from 255) = 4.27%
BLUE value IS 74 (29.30% from 255) = 63.25%
R=32.48%
G=4.27%
B=63.25%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal385740.490.9300.71268.787.3415.49
Hex2654A315D04710d57f
Octal46511261135010741512717
Binary100110101100101011000110111010100011110000110110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26054A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26054A; }

 p { color: rgb(38,5,74); }

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

<style>
 a { background-color: #26054A; }

 a { background-color: rgb(38,5,74); }

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

<style>
 span { border-color: #26054A; }

 span { border-color: rgb(38,5,74); }

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