#26142E

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

Shades of Blackcurrant #26142E

Tints of Blackcurrant #26142E

Color information

#26142E (or 0x26142E) is unknown color: approx Blackcurrant. HEX triplet: 26, 14 and 2E. RGB value is (38,20,46). Sum of RGB (Red+Green+Blue) = 38+20+46=104 (13% of max value = 765). Red value is 38 (15.23% from 255 or 36.54% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 46 (18.36% from 255 or 44.23% from 104); Max value from RGB is 46 - color contains mainly: blue. Hex color #26142E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26142E is #D9EBD1. Grayscale: #1C1C1C. Windows color (decimal): -14281682 or 3019814. OLE color: 3019814.

HSL color Cylindrical-coordinate representation of color #26142E: hue angle of 281.54º degrees, saturation: 0.39, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #26142E is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB382046-
CMYK0.170.5700.82
HSL281.54º39.39%12.94%-
HSV(B)281.54º56.52%18.04%-
XYZ1.541.112.72-
YUV28.35137.96134.89-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 36.54%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 46 (18.36% from 255) = 44.23%
R=36.54%
G=19.23%
B=44.23%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal3820460.170.5700.82281.5439.3912.94
Hex26142E113905211a27d
Octal462456217101224324715
Binary1001101010010111010001111001010100101000110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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