#260332

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

Shades of Blackcurrant #260332

Tints of Blackcurrant #260332

Color information

#260332 (or 0x260332) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 32. RGB value is (38,3,50). Sum of RGB (Red+Green+Blue) = 38+3+50=91 (12% of max value = 765). Red value is 38 (15.23% from 255 or 41.76% from 91); Green value is 3 (1.56% from 255 or 3.30% from 91); Blue value is 50 (19.92% from 255 or 54.95% from 91); Max value from RGB is 50 - color contains mainly: blue. Hex color #260332 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260332 is #D9FCCD. Grayscale: #121212. Windows color (decimal): -14286030 or 3277606. OLE color: 3277606.

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

Color convert

RGB38350-
CMYK0.240.9400.80
HSL284.68º88.68%10.39%-
HSV(B)284.68º94%19.61%-
XYZ1.410.713.08-
YUV18.82145.6141.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 41.76%
GREEN value IS 3 (1.56% from 255) = 3.30%
BLUE value IS 50 (19.92% from 255) = 54.95%
R=41.76%
G=3.30%
B=54.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal383500.240.9400.80284.6888.6810.39
Hex26332185E05011d59a
Octal4636230136012043513112
Binary100110111100101100010111100101000010001110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260332; }

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

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

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

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

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

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

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

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