#26094A

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

Shades of Blackcurrant #26094A

Tints of Blackcurrant #26094A

Color information

#26094A (or 0x26094A) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 4A. RGB value is (38,9,74). Sum of RGB (Red+Green+Blue) = 38+9+74=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 9 (3.91% from 255 or 7.44% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #26094A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26094A is #D9F6B5. Grayscale: #181818. Windows color (decimal): -14284470 or 4852006. OLE color: 4852006.

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

Color convert

RGB38974-
CMYK0.490.8800.71
HSL266.77º78.31%16.27%-
HSV(B)266.77º87.84%29.02%-
XYZ2.131.16.58-
YUV25.08155.61137.21-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 9 (3.91% from 255) = 7.44%
BLUE value IS 74 (29.30% from 255) = 61.16%
R=31.40%
G=7.44%
B=61.16%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal389740.490.8800.71266.7778.3116.27
Hex2694A315804710b4e10
Octal461111261130010741311620
Binary10011010011001010110001101100001000111100001011100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26094A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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