#26092E

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

Shades of Blackcurrant #26092E

Tints of Blackcurrant #26092E

Color information

#26092E (or 0x26092E) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 2E. RGB value is (38,9,46). Sum of RGB (Red+Green+Blue) = 38+9+46=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 9 (3.91% from 255 or 9.68% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #26092E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26092E is #D9F6D1. Grayscale: #151515. Windows color (decimal): -14284498 or 3016998. OLE color: 3016998.

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

Color convert

RGB38946-
CMYK0.170.8000.82
HSL287.03º67.27%10.78%-
HSV(B)287.03º80.43%18.04%-
XYZ1.390.82.67-
YUV21.89141.61139.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 9 (3.91% from 255) = 9.68%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=40.86%
G=9.68%
B=49.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal389460.170.8000.82287.0367.2710.78
Hex2692E115005211f43b
Octal46115621120012243710313
Binary10011010011011101000110100000101001010001111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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