#260E40

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

Shades of Blackcurrant #260E40

Tints of Blackcurrant #260E40

Color information

#260E40 (or 0x260E40) is unknown color: approx Blackcurrant. HEX triplet: 26, 0E and 40. RGB value is (38,14,64). Sum of RGB (Red+Green+Blue) = 38+14+64=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 14 (5.86% from 255 or 12.07% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #260E40 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260E40 is #D9F1BF. Grayscale: #1A1A1A. Windows color (decimal): -14283200 or 4197926. OLE color: 4197926.

HSL color Cylindrical-coordinate representation of color #260E40: hue angle of 268.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #260E40 is Cyan = 0.41, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB381464-
CMYK0.410.7800.75
HSL268.8º64.1%15.29%-
HSV(B)268.8º78.12%25.1%-
XYZ1.881.14.96-
YUV26.88148.95135.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 14 (5.86% from 255) = 12.07%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=32.76%
G=12.07%
B=55.17%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3814640.410.7800.75268.864.115.29
Hex26E40294E04B10d40f
Octal461610051116011341510017
Binary1001101110100000010100110011100100101110000110110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260E40; }

 p { color: rgb(38,14,64); }

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

<style>
 a { background-color: #260E40; }

 a { background-color: rgb(38,14,64); }

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

<style>
 span { border-color: #260E40; }

 span { border-color: rgb(38,14,64); }

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