#260530

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

Shades of Blackcurrant #260530

Tints of Blackcurrant #260530

Color information

#260530 (or 0x260530) is unknown color: approx Blackcurrant. HEX triplet: 26, 05 and 30. RGB value is (38,5,48). Sum of RGB (Red+Green+Blue) = 38+5+48=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 5 (2.34% from 255 or 5.49% from 91); Blue value is 48 (19.14% from 255 or 52.75% from 91); Max value from RGB is 48 - color contains mainly: blue. Hex color #260530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260530 is #D9FACF. Grayscale: #131313. Windows color (decimal): -14285520 or 3147046. OLE color: 3147046.

HSL color Cylindrical-coordinate representation of color #260530: hue angle of 286.05º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #260530 is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB38548-
CMYK0.210.9000.81
HSL286.05º81.13%10.39%-
HSV(B)286.05º89.58%18.82%-
XYZ1.390.732.86-
YUV19.77143.93141-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 5 (2.34% from 255) = 5.49%
BLUE value IS 48 (19.14% from 255) = 52.75%
R=41.76%
G=5.49%
B=52.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal385480.210.9000.81286.0581.1310.39
Hex26530155A05111e51a
Octal4656025132012143612112
Binary1001101011100001010110110100101000110001111010100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260530; }

 p { color: rgb(38,5,48); }

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

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

 a { background-color: rgb(38,5,48); }

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

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

 span { border-color: rgb(38,5,48); }

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