#26082E

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

Shades of Blackcurrant #26082E

Tints of Blackcurrant #26082E

Color information

#26082E (or 0x26082E) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 2E. RGB value is (38,8,46). Sum of RGB (Red+Green+Blue) = 38+8+46=92 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.30% from 92); Green value is 8 (3.52% from 255 or 8.70% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #26082E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26082E is #D9F7D1. Grayscale: #151515. Windows color (decimal): -14284754 or 3016742. OLE color: 3016742.

HSL color Cylindrical-coordinate representation of color #26082E: hue angle of 287.37º degrees, saturation: 0.7, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #26082E is Cyan = 0.17, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB38846-
CMYK0.170.8300.82
HSL287.37º70.37%10.59%-
HSV(B)287.37º82.61%18.04%-
XYZ1.380.782.66-
YUV21.3141.94139.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.30%
GREEN value IS 8 (3.52% from 255) = 8.70%
BLUE value IS 46 (18.36% from 255) = 50%
R=41.30%
G=8.70%
B=50%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal388460.170.8300.82287.3770.3710.59
Hex2682E115305211f46b
Octal46105621123012243710613
Binary10011010001011101000110100110101001010001111110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26082E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26082E; }

 p { color: rgb(38,8,46); }

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

<style>
 a { background-color: #26082E; }

 a { background-color: rgb(38,8,46); }

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

<style>
 span { border-color: #26082E; }

 span { border-color: rgb(38,8,46); }

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