#26143F

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

Shades of Blackcurrant #26143F

Tints of Blackcurrant #26143F

Color information

#26143F (or 0x26143F) is unknown color: approx Blackcurrant. HEX triplet: 26, 14 and 3F. RGB value is (38,20,63). Sum of RGB (Red+Green+Blue) = 38+20+63=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 63 (25% from 255 or 52.07% from 121); Max value from RGB is 63 - color contains mainly: blue. Hex color #26143F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #26143F is #D9EBC0. Grayscale: #1E1E1E. Windows color (decimal): -14281665 or 4133926. OLE color: 4133926.

HSL color Cylindrical-coordinate representation of color #26143F: hue angle of 265.12º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #26143F is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB382063-
CMYK0.400.6800.75
HSL265.12º51.81%16.27%-
HSV(B)265.12º68.25%24.71%-
XYZ1.951.274.85-
YUV30.28146.46133.5-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 20 (8.20% from 255) = 16.53%
BLUE value IS 63 (25% from 255) = 52.07%
R=31.40%
G=16.53%
B=52.07%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3820630.400.6800.75265.1251.8116.27
Hex26143F284404B1093410
Octal4624775010401134116420
Binary1001101010011111110100010001000100101110000100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26143F; }

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

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

<style>
 a { background-color: #26143F; }

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

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

<style>
 span { border-color: #26143F; }

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

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