#26093B

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

Shades of Blackcurrant #26093B

Tints of Blackcurrant #26093B

Color information

#26093B (or 0x26093B) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 3B. RGB value is (38,9,59). Sum of RGB (Red+Green+Blue) = 38+9+59=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #26093B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26093B is #D9F6C4. Grayscale: #171717. Windows color (decimal): -14284485 or 3868966. OLE color: 3868966.

HSL color Cylindrical-coordinate representation of color #26093B: hue angle of 274.8º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26093B is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB38959-
CMYK0.360.8500.77
HSL274.8º73.53%13.33%-
HSV(B)274.8º84.75%23.14%-
XYZ1.690.924.23-
YUV23.37148.11138.43-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 9 (3.91% from 255) = 8.49%
BLUE value IS 59 (23.44% from 255) = 55.66%
R=35.85%
G=8.49%
B=55.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal389590.360.8500.77274.873.5313.33
Hex2693B245504D1134ad
Octal46117344125011542311215
Binary100110100111101110010010101010100110110001001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26093B; }

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

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

<style>
 a { background-color: #26093B; }

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

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

<style>
 span { border-color: #26093B; }

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

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