#260351

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

Shades of Blackcurrant #260351

Tints of Blackcurrant #260351

Color information

#260351 (or 0x260351) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 51. RGB value is (38,3,81). Sum of RGB (Red+Green+Blue) = 38+3+81=122 (16% of max value = 765). Red value is 38 (15.23% from 255 or 31.15% from 122); Green value is 3 (1.56% from 255 or 2.46% from 122); Blue value is 81 (32.03% from 255 or 66.39% from 122); Max value from RGB is 81 - color contains mainly: blue. Hex color #260351 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #260351 is #D9FCAE. Grayscale: #161616. Windows color (decimal): -14285999 or 5309222. OLE color: 5309222.

HSL color Cylindrical-coordinate representation of color #260351: hue angle of 266.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260351 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB38381-
CMYK0.530.9600.68
HSL266.92º92.86%16.47%-
HSV(B)266.92º96.3%31.76%-
XYZ2.321.077.87-
YUV22.36161.1139.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 31.15%
GREEN value IS 3 (1.56% from 255) = 2.46%
BLUE value IS 81 (32.03% from 255) = 66.39%
R=31.15%
G=2.46%
B=66.39%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal383810.530.9600.68266.9292.8616.47
Hex26351356004410b5d10
Octal46312165140010441313520
Binary100110111010001110101110000001000100100001011101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260351; }

 p { color: rgb(38,3,81); }

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

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

 a { background-color: rgb(38,3,81); }

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

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

 span { border-color: rgb(38,3,81); }

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