#26092B

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

Shades of Blackcurrant #26092B

Tints of Blackcurrant #26092B

Color information

#26092B (or 0x26092B) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 2B. RGB value is (38,9,43). Sum of RGB (Red+Green+Blue) = 38+9+43=90 (11% of max value = 765). Red value is 38 (15.23% from 255 or 42.22% from 90); Green value is 9 (3.91% from 255 or 10% from 90); Blue value is 43 (17.19% from 255 or 47.78% from 90); Max value from RGB is 43 - color contains mainly: blue. Hex color #26092B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26092B is #D9F6D4. Grayscale: #151515. Windows color (decimal): -14284501 or 2820390. OLE color: 2820390.

HSL color Cylindrical-coordinate representation of color #26092B: hue angle of 291.18º degrees, saturation: 0.65, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #26092B is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB38943-
CMYK0.120.7900.83
HSL291.18º65.38%10.2%-
HSV(B)291.18º79.07%16.86%-
XYZ1.330.782.37-
YUV21.55140.11139.74-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 42.22%
GREEN value IS 9 (3.91% from 255) = 10%
BLUE value IS 43 (17.19% from 255) = 47.78%
R=42.22%
G=10%
B=47.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal389430.120.7900.83291.1865.3810.2
Hex2692BC4F05312341a
Octal46115314117012344310112
Binary1001101001101011110010011110101001110010001110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26092B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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