#26162A

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

Shades of Blackcurrant #26162A

Tints of Blackcurrant #26162A

Color information

#26162A (or 0x26162A) is unknown color: approx Blackcurrant. HEX triplet: 26, 16 and 2A. RGB value is (38,22,42). Sum of RGB (Red+Green+Blue) = 38+22+42=102 (13% of max value = 765). Red value is 38 (15.23% from 255 or 37.25% from 102); Green value is 22 (8.98% from 255 or 21.57% from 102); Blue value is 42 (16.80% from 255 or 41.18% from 102); Max value from RGB is 42 - color contains mainly: blue. Hex color #26162A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26162A is #D9E9D5. Grayscale: #1D1D1D. Windows color (decimal): -14281174 or 2758182. OLE color: 2758182.

HSL color Cylindrical-coordinate representation of color #26162A: hue angle of 288º degrees, saturation: 0.31, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #26162A is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB382242-
CMYK0.100.4800.84
HSL288º31.25%12.55%-
HSV(B)288º47.62%16.47%-
XYZ1.51.152.33-
YUV29.06135.3134.37-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 37.25%
GREEN value IS 22 (8.98% from 255) = 21.57%
BLUE value IS 42 (16.80% from 255) = 41.18%
R=37.25%
G=21.57%
B=41.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3822420.100.4800.8428831.2512.55
Hex26162AA300541201fd
Octal462652126001244403715
Binary10011010110101010101011000001010100100100000111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26162A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,22,42); }

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

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

 a { background-color: rgb(38,22,42); }

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

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

 span { border-color: rgb(38,22,42); }

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