#261439

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

Shades of Blackcurrant #261439

Tints of Blackcurrant #261439

Color information

#261439 (or 0x261439) is unknown color: approx Blackcurrant. HEX triplet: 26, 14 and 39. RGB value is (38,20,57). Sum of RGB (Red+Green+Blue) = 38+20+57=115 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.04% from 115); Green value is 20 (8.20% from 255 or 17.39% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #261439 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #261439 is #D9EBC6. Grayscale: #1D1D1D. Windows color (decimal): -14281671 or 3740710. OLE color: 3740710.

HSL color Cylindrical-coordinate representation of color #261439: hue angle of 269.19º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #261439 is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB382057-
CMYK0.330.6500.78
HSL269.19º48.05%15.1%-
HSV(B)269.19º64.91%22.35%-
XYZ1.791.214.01-
YUV29.6143.46133.99-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.04%
GREEN value IS 20 (8.20% from 255) = 17.39%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=33.04%
G=17.39%
B=49.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3820570.330.6500.78269.1948.0515.1
Hex261439214104E10d30f
Octal4624714110101164156017
Binary100110101001110011000011000001010011101000011011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #261439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #261439; }

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

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

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

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

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

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

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

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