#26024A

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

Shades of Blackcurrant #26024A

Tints of Blackcurrant #26024A

Color information

#26024A (or 0x26024A) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 4A. RGB value is (38,2,74). Sum of RGB (Red+Green+Blue) = 38+2+74=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 2 (1.17% from 255 or 1.75% from 114); Blue value is 74 (29.30% from 255 or 64.91% from 114); Max value from RGB is 74 - color contains mainly: blue. Hex color #26024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26024A is #D9FDB5. Grayscale: #141414. Windows color (decimal): -14286262 or 4850214. OLE color: 4850214.

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

Color convert

RGB38274-
CMYK0.490.9700.71
HSL270º94.74%14.9%-
HSV(B)270º97.3%29.02%-
XYZ2.060.956.55-
YUV20.97157.93140.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 2 (1.17% from 255) = 1.75%
BLUE value IS 74 (29.30% from 255) = 64.91%
R=33.33%
G=1.75%
B=64.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal382740.490.9700.7127094.7414.9
Hex2624A316104710e5ff
Octal46211261141010741613717
Binary10011010100101011000111000010100011110000111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26024A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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