#260143

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

Shades of Blackcurrant #260143

Tints of Blackcurrant #260143

Color information

#260143 (or 0x260143) is unknown color: approx Blackcurrant. HEX triplet: 26, 01 and 43. RGB value is (38,1,67). Sum of RGB (Red+Green+Blue) = 38+1+67=106 (14% of max value = 765). Red value is 38 (15.23% from 255 or 35.85% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 67 (26.56% from 255 or 63.21% from 106); Max value from RGB is 67 - color contains mainly: blue. Hex color #260143 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260143 is #D9FEBC. Grayscale: #131313. Windows color (decimal): -14286525 or 4391206. OLE color: 4391206.

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

Color convert

RGB38167-
CMYK0.430.9900.74
HSL273.64º97.06%13.33%-
HSV(B)273.64º98.51%26.27%-
XYZ1.820.845.38-
YUV19.59154.76141.13-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 35.85%
GREEN value IS 1 (0.78% from 255) = 0.94%
BLUE value IS 67 (26.56% from 255) = 63.21%
R=35.85%
G=0.94%
B=63.21%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal381670.430.9900.74273.6497.0613.33
Hex261432B6304A11261d
Octal46110353143011242214115
Binary1001101100001110101111000110100101010001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260143; }

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

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

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

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

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

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

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

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