#260337

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

Shades of Blackcurrant #260337

Tints of Blackcurrant #260337

Color information

#260337 (or 0x260337) is unknown color: approx Blackcurrant. HEX triplet: 26, 03 and 37. RGB value is (38,3,55). Sum of RGB (Red+Green+Blue) = 38+3+55=96 (12% of max value = 765). Red value is 38 (15.23% from 255 or 39.58% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 55 (21.88% from 255 or 57.29% from 96); Max value from RGB is 55 - color contains mainly: blue. Hex color #260337 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260337 is #D9FCC8. Grayscale: #131313. Windows color (decimal): -14286025 or 3605286. OLE color: 3605286.

HSL color Cylindrical-coordinate representation of color #260337: hue angle of 280.38º degrees, saturation: 0.9, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260337 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB38355-
CMYK0.310.9500.78
HSL280.38º89.66%11.37%-
HSV(B)280.38º94.55%21.57%-
XYZ1.520.753.68-
YUV19.39148.1141.27-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 39.58%
GREEN value IS 3 (1.56% from 255) = 3.12%
BLUE value IS 55 (21.88% from 255) = 57.29%
R=39.58%
G=3.12%
B=57.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal383550.310.9500.78280.3889.6611.37
Hex263371F5F04E1185ab
Octal4636737137011643013213
Binary100110111101111111110111110100111010001100010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260337; }

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

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

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

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

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

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

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

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