#260248

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

Shades of Blackcurrant #260248

Tints of Blackcurrant #260248

Color information

#260248 (or 0x260248) is unknown color: approx Blackcurrant. HEX triplet: 26, 02 and 48. RGB value is (38,2,72). Sum of RGB (Red+Green+Blue) = 38+2+72=112 (14% of max value = 765). Red value is 38 (15.23% from 255 or 33.93% from 112); Green value is 2 (1.17% from 255 or 1.79% from 112); Blue value is 72 (28.52% from 255 or 64.29% from 112); Max value from RGB is 72 - color contains mainly: blue. Hex color #260248 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260248 is #D9FDB7. Grayscale: #141414. Windows color (decimal): -14286264 or 4719142. OLE color: 4719142.

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

Color convert

RGB38272-
CMYK0.470.9700.72
HSL270.86º94.59%14.51%-
HSV(B)270.86º97.22%28.24%-
XYZ1.990.926.2-
YUV20.74156.93140.31-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.93%
GREEN value IS 2 (1.17% from 255) = 1.79%
BLUE value IS 72 (28.52% from 255) = 64.29%
R=33.93%
G=1.79%
B=64.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal382720.470.9700.72270.8694.5914.51
Hex262482F6104810f5ff
Octal46211057141011041713717
Binary10011010100100010111111000010100100010000111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260248; }

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

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

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

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

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

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

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

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