#260943

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

Shades of Blackcurrant #260943

Tints of Blackcurrant #260943

Color information

#260943 (or 0x260943) is unknown color: approx Blackcurrant. HEX triplet: 26, 09 and 43. RGB value is (38,9,67). Sum of RGB (Red+Green+Blue) = 38+9+67=114 (15% of max value = 765). Red value is 38 (15.23% from 255 or 33.33% from 114); Green value is 9 (3.91% from 255 or 7.89% from 114); Blue value is 67 (26.56% from 255 or 58.77% from 114); Max value from RGB is 67 - color contains mainly: blue. Hex color #260943 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260943 is #D9F6BC. Grayscale: #181818. Windows color (decimal): -14284477 or 4393254. OLE color: 4393254.

HSL color Cylindrical-coordinate representation of color #260943: hue angle of 270º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #260943 is Cyan = 0.43, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB38967-
CMYK0.430.8700.74
HSL270º76.32%14.9%-
HSV(B)270º86.57%26.27%-
XYZ1.911.015.4-
YUV24.28152.11137.78-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 33.33%
GREEN value IS 9 (3.91% from 255) = 7.89%
BLUE value IS 67 (26.56% from 255) = 58.77%
R=33.33%
G=7.89%
B=58.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal389670.430.8700.7427076.3214.9
Hex269432B5704A10e4cf
Octal461110353127011241611417
Binary1001101001100001110101110101110100101010000111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260943; }

 p { color: rgb(38,9,67); }

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

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

 a { background-color: rgb(38,9,67); }

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

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

 span { border-color: rgb(38,9,67); }

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