#26153A

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

Shades of Blackcurrant #26153A

Tints of Blackcurrant #26153A

Color information

#26153A (or 0x26153A) is unknown color: approx Blackcurrant. HEX triplet: 26, 15 and 3A. RGB value is (38,21,58). Sum of RGB (Red+Green+Blue) = 38+21+58=117 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.48% from 117); Green value is 21 (8.59% from 255 or 17.95% from 117); Blue value is 58 (23.05% from 255 or 49.57% from 117); Max value from RGB is 58 - color contains mainly: blue. Hex color #26153A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26153A is #D9EAC5. Grayscale: #1E1E1E. Windows color (decimal): -14281414 or 3806502. OLE color: 3806502.

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

Color convert

RGB382158-
CMYK0.340.6400.77
HSL267.57º46.84%15.49%-
HSV(B)267.57º63.79%22.75%-
XYZ1.831.254.15-
YUV30.3143.63133.49-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.48%
GREEN value IS 21 (8.59% from 255) = 17.95%
BLUE value IS 58 (23.05% from 255) = 49.57%
R=32.48%
G=17.95%
B=49.57%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3821580.340.6400.77267.5746.8415.49
Hex26153A224004D10c2ff
Octal4625724210001154145717
Binary100110101011110101000101000000010011011000011001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26153A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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