#260638

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

Shades of Blackcurrant #260638

Tints of Blackcurrant #260638

Color information

#260638 (or 0x260638) is unknown color: approx Blackcurrant. HEX triplet: 26, 06 and 38. RGB value is (38,6,56). Sum of RGB (Red+Green+Blue) = 38+6+56=100 (13% of max value = 765). Red value is 38 (15.23% from 255 or 38% from 100); Green value is 6 (2.73% from 255 or 6% from 100); Blue value is 56 (22.27% from 255 or 56% from 100); Max value from RGB is 56 - color contains mainly: blue. Hex color #260638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260638 is #D9F9C7. Grayscale: #151515. Windows color (decimal): -14285256 or 3671590. OLE color: 3671590.

HSL color Cylindrical-coordinate representation of color #260638: hue angle of 278.4º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #260638 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB38656-
CMYK0.320.8900.78
HSL278.4º80.65%12.16%-
HSV(B)278.4º89.29%21.96%-
XYZ1.580.833.82-
YUV21.27147.6139.93-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 38%
GREEN value IS 6 (2.73% from 255) = 6%
BLUE value IS 56 (22.27% from 255) = 56%
R=38%
G=6%
B=56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal386560.320.8900.78278.480.6512.16
Hex26638205904E11651c
Octal4667040131011642612114
Binary10011011011100010000010110010100111010001011010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260638; }

 p { color: rgb(38,6,56); }

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

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

 a { background-color: rgb(38,6,56); }

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

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

 span { border-color: rgb(38,6,56); }

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