#26093C

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

Shades of Blackcurrant #26093C

Tints of Blackcurrant #26093C

Color information

#26093C (or 0x26093C) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 3C. RGB value is (38,9,60). Sum of RGB (Red+Green+Blue) = 38+9+60=107 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.51% from 107); Green value is 9 (3.91% from 255 or 8.41% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #26093C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26093C is #D9F6C3. Grayscale: #171717. Windows color (decimal): -14284484 or 3934502. OLE color: 3934502.

HSL color Cylindrical-coordinate representation of color #26093C: hue angle of 274.12º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #26093C is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB38960-
CMYK0.370.8500.76
HSL274.12º73.91%13.53%-
HSV(B)274.12º85%23.53%-
XYZ1.710.934.36-
YUV23.48148.61138.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.51%
GREEN value IS 9 (3.91% from 255) = 8.41%
BLUE value IS 60 (23.83% from 255) = 56.07%
R=35.51%
G=8.41%
B=56.07%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal389600.370.8500.76274.1273.9113.53
Hex2693C255504C1124ae
Octal46117445125011442211216
Binary100110100111110010010110101010100110010001001010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26093C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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