#260334

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

Shades of Blackcurrant #260334

Tints of Blackcurrant #260334

Color information

#260334 (or 0x260334) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 34. RGB value is (38,3,52). Sum of RGB (Red+Green+Blue) = 38+3+52=93 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.86% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 52 (20.70% from 255 or 55.91% from 93); Max value from RGB is 52 - color contains mainly: blue. Hex color #260334 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260334 is #D9FCCB. Grayscale: #121212. Windows color (decimal): -14286028 or 3408678. OLE color: 3408678.

HSL color Cylindrical-coordinate representation of color #260334: hue angle of 282.86º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260334 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB38352-
CMYK0.270.9400.80
HSL282.86º89.09%10.78%-
HSV(B)282.86º94.23%20.39%-
XYZ1.450.733.31-
YUV19.05146.6141.52-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.86%
GREEN value IS 3 (1.56% from 255) = 3.23%
BLUE value IS 52 (20.70% from 255) = 55.91%
R=40.86%
G=3.23%
B=55.91%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal383520.270.9400.80282.8689.0910.78
Hex263341B5E05011b59b
Octal4636433136012043313113
Binary100110111101001101110111100101000010001101110110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260334; }

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

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

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

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

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

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

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

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