#26033A

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

Shades of Blackcurrant #26033A

Tints of Blackcurrant #26033A

Color information

#26033A (or 0x26033A) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 3A. RGB value is (38,3,58). Sum of RGB (Red+Green+Blue) = 38+3+58=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 58 (23.05% from 255 or 58.59% from 99); Max value from RGB is 58 - color contains mainly: blue. Hex color #26033A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26033A is #D9FCC5. Grayscale: #131313. Windows color (decimal): -14286022 or 3801894. OLE color: 3801894.

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

Color convert

RGB38358-
CMYK0.340.9500.77
HSL278.18º90.16%11.96%-
HSV(B)278.18º94.83%22.75%-
XYZ1.60.784.07-
YUV19.74149.6141.03-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 58 (23.05% from 255) = 58.59%
R=38.38%
G=3.03%
B=58.59%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal383580.340.9500.77278.1890.1611.96
Hex2633A225F04D1165ac
Octal4637242137011542613214
Binary1001101111101010001010111110100110110001011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26033A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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