#261340

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

Shades of Blackcurrant #261340

Tints of Blackcurrant #261340

Color information

#261340 (or 0x261340) is unknown color: approx Blackcurrant. HEX triplet: 26, 13 and 40. RGB value is (38,19,64). Sum of RGB (Red+Green+Blue) = 38+19+64=121 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.40% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 64 (25.39% from 255 or 52.89% from 121); Max value from RGB is 64 - color contains mainly: blue. Hex color #261340 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261340 is #D9ECBF. Grayscale: #1D1D1D. Windows color (decimal): -14281920 or 4199206. OLE color: 4199206.

HSL color Cylindrical-coordinate representation of color #261340: hue angle of 265.33º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #261340 is Cyan = 0.41, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB381964-
CMYK0.410.7000.75
HSL265.33º54.22%16.27%-
HSV(B)265.33º70.31%25.1%-
XYZ1.961.254.99-
YUV29.81147.29133.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.40%
GREEN value IS 19 (7.81% from 255) = 15.70%
BLUE value IS 64 (25.39% from 255) = 52.89%
R=31.40%
G=15.70%
B=52.89%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3819640.410.7000.75265.3354.2216.27
Hex261340294604B1093610
Octal46231005110601134116620
Binary10011010011100000010100110001100100101110000100111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261340; }

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

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

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

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

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

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

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

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