#26132A

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

Shades of Blackcurrant #26132A

Tints of Blackcurrant #26132A

Color information

#26132A (or 0x26132A) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 2A. RGB value is (38,19,42). Sum of RGB (Red+Green+Blue) = 38+19+42=99 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38.38% from 99); Green value is 19 (7.81% from 255 or 19.19% from 99); Blue value is 42 (16.80% from 255 or 42.42% from 99); Max value from RGB is 42 - color contains mainly: blue. Hex color #26132A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26132A is #D9ECD5. Grayscale: #1B1B1B. Windows color (decimal): -14281942 or 2757414. OLE color: 2757414.

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

Color convert

RGB381942-
CMYK0.100.5500.84
HSL289.57º37.7%11.96%-
HSV(B)289.57º54.76%16.47%-
XYZ1.451.042.32-
YUV27.3136.29135.63-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38.38%
GREEN value IS 19 (7.81% from 255) = 19.19%
BLUE value IS 42 (16.80% from 255) = 42.42%
R=38.38%
G=19.19%
B=42.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal3819420.100.5500.84289.5737.711.96
Hex26132AA3705412226c
Octal462352126701244424614
Binary100110100111010101010110111010101001001000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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