#260048

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

Shades of Blackcurrant #260048

Tints of Blackcurrant #260048

Color information

#260048 (or 0x260048) is unknown color: approx Blackcurrant. HEX triplet: 26, 00 and 48. RGB value is (38,0,72). Sum of RGB (Red+Green+Blue) = 38+0+72=110 (14% of max value = 765). Red value is 38 (15.23% from 255 or 34.55% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 72 (28.52% from 255 or 65.45% from 110); Max value from RGB is 72 - color contains mainly: blue. Hex color #260048 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260048 is #D9FFB7. Grayscale: #131313. Windows color (decimal): -14286776 or 4718630. OLE color: 4718630.

HSL color Cylindrical-coordinate representation of color #260048: hue angle of 271.67º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #260048 is Cyan = 0.47, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB38072-
CMYK0.47100.72
HSL271.67º100%14.12%-
HSV(B)271.67º100%28.24%-
XYZ1.970.886.2-
YUV19.57157.59141.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 34.55%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 72 (28.52% from 255) = 65.45%
R=34.55%
G=0%
B=65.45%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal380720.47100.72271.6710014.12
Hex260482F6404811064e
Octal46011057144011042014416
Binary1001100100100010111111001000100100010001000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260048; }

 p { color: rgb(38,0,72); }

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

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

 a { background-color: rgb(38,0,72); }

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

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

 span { border-color: rgb(38,0,72); }

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