#26063A

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

Shades of Blackcurrant #26063A

Tints of Blackcurrant #26063A

Color information

#26063A (or 0x26063A) is unknown color: approx Blackcurrant. HEX triplet: 26, 06 and 3A. RGB value is (38,6,58). Sum of RGB (Red+Green+Blue) = 38+6+58=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 6 (2.73% from 255 or 5.88% from 102); Blue value is 58 (23.05% from 255 or 56.86% from 102); Max value from RGB is 58 - color contains mainly: blue. Hex color #26063A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26063A is #D9F9C5. Grayscale: #151515. Windows color (decimal): -14285254 or 3802662. OLE color: 3802662.

HSL color Cylindrical-coordinate representation of color #26063A: hue angle of 276.92º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #26063A is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB38658-
CMYK0.340.9000.77
HSL276.92º81.25%12.55%-
HSV(B)276.92º89.66%22.75%-
XYZ1.630.854.08-
YUV21.5148.6139.77-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 6 (2.73% from 255) = 5.88%
BLUE value IS 58 (23.05% from 255) = 56.86%
R=37.25%
G=5.88%
B=56.86%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal386580.340.9000.77276.9281.2512.55
Hex2663A225A04D11551d
Octal4667242132011542512115
Binary10011011011101010001010110100100110110001010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26063A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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