#26023A

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

Shades of Blackcurrant #26023A

Tints of Blackcurrant #26023A

Color information

#26023A (or 0x26023A) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 3A. RGB value is (38,2,58). Sum of RGB (Red+Green+Blue) = 38+2+58=98 (12% of max value = 765). Red value is 38 (15.23% from 255 or 38.78% from 98); Green value is 2 (1.17% from 255 or 2.04% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #26023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26023A is #D9FDC5. Grayscale: #121212. Windows color (decimal): -14286278 or 3801638. OLE color: 3801638.

HSL color Cylindrical-coordinate representation of color #26023A: hue angle of 278.57º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #26023A is Cyan = 0.34, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB38258-
CMYK0.340.9700.77
HSL278.57º93.33%11.76%-
HSV(B)278.57º96.55%22.75%-
XYZ1.580.764.07-
YUV19.15149.93141.45-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.78%
GREEN value IS 2 (1.17% from 255) = 2.04%
BLUE value IS 58 (23.05% from 255) = 59.18%
R=38.78%
G=2.04%
B=59.18%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal382580.340.9700.77278.5793.3311.76
Hex2623A226104D1175dc
Octal4627242141011542713514
Binary1001101011101010001011000010100110110001011110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26023A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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