#260249

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

Shades of Blackcurrant #260249

Tints of Blackcurrant #260249

Color information

#260249 (or 0x260249) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 49. RGB value is (38,2,73). Sum of RGB (Red+Green+Blue) = 38+2+73=113 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.63% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 73 (28.91% from 255 or 64.60% from 113); Max value from RGB is 73 - color contains mainly: blue. Hex color #260249 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260249 is #D9FDB6. Grayscale: #141414. Windows color (decimal): -14286263 or 4784678. OLE color: 4784678.

HSL color Cylindrical-coordinate representation of color #260249: hue angle of 270.42º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #260249 is Cyan = 0.48, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB38273-
CMYK0.480.9700.71
HSL270.42º94.67%14.71%-
HSV(B)270.42º97.26%28.63%-
XYZ2.020.946.38-
YUV20.86157.43140.23-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.63%
GREEN value IS 2 (1.17% from 255) = 1.77%
BLUE value IS 73 (28.91% from 255) = 64.60%
R=33.63%
G=1.77%
B=64.60%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal382730.480.9700.71270.4294.6714.71
Hex26249306104710e5ff
Octal46211160141010741613717
Binary10011010100100111000011000010100011110000111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260249; }

 p { color: rgb(38,2,73); }

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

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

 a { background-color: rgb(38,2,73); }

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

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

 span { border-color: rgb(38,2,73); }

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