#260747

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

Shades of Blackcurrant #260747

Tints of Blackcurrant #260747

Color information

#260747 (or 0x260747) is unknown color: approx Blackcurrant. HEX triplet: 26, 07 and 47. RGB value is (38,7,71). Sum of RGB (Red+Green+Blue) = 38+7+71=116 (15% of max value = 765). Red value is 38 (15.23% from 255 or 32.76% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #260747 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260747 is #D9F8B8. Grayscale: #171717. Windows color (decimal): -14284985 or 4654886. OLE color: 4654886.

HSL color Cylindrical-coordinate representation of color #260747: hue angle of 269.06º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260747 is Cyan = 0.46, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB38771-
CMYK0.460.9000.72
HSL269.06º82.05%15.29%-
HSV(B)269.06º90.14%27.84%-
XYZ2.011.026.05-
YUV23.56154.77138.3-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 32.76%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 71 (28.12% from 255) = 61.21%
R=32.76%
G=6.03%
B=61.21%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal387710.460.9000.72269.0682.0515.29
Hex267472E5A04810d52f
Octal46710756132011041512217
Binary100110111100011110111010110100100100010000110110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260747; }

 p { color: rgb(38,7,71); }

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

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

 a { background-color: rgb(38,7,71); }

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

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

 span { border-color: rgb(38,7,71); }

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