#26123A

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

Shades of Blackcurrant #26123A

Tints of Blackcurrant #26123A

Color information

#26123A (or 0x26123A) is unknown color: approx Blackcurrant. HEX triplet: 26, 12 and 3A. RGB value is (38,18,58). Sum of RGB (Red+Green+Blue) = 38+18+58=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 58 (23.05% from 255 or 50.88% from 114); Max value from RGB is 58 - color contains mainly: blue. Hex color #26123A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26123A is #D9EDC5. Grayscale: #1C1C1C. Windows color (decimal): -14282182 or 3805734. OLE color: 3805734.

HSL color Cylindrical-coordinate representation of color #26123A: hue angle of 270º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #26123A is Cyan = 0.34, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB381858-
CMYK0.340.6900.77
HSL270º52.63%14.9%-
HSV(B)270º68.97%22.75%-
XYZ1.781.154.13-
YUV28.54144.63134.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 18 (7.42% from 255) = 15.79%
BLUE value IS 58 (23.05% from 255) = 50.88%
R=33.33%
G=15.79%
B=50.88%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3818580.340.6900.7727052.6314.9
Hex26123A224504D10e35f
Octal4622724210501154166517
Binary100110100101110101000101000101010011011000011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26123A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26123A; }

 p { color: rgb(38,18,58); }

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

<style>
 a { background-color: #26123A; }

 a { background-color: rgb(38,18,58); }

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

<style>
 span { border-color: #26123A; }

 span { border-color: rgb(38,18,58); }

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