#260731

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

Shades of Blackcurrant #260731

Tints of Blackcurrant #260731

Color information

#260731 (or 0x260731) is unknown color: approx Blackcurrant. HEX triplet: 26, 07 and 31. RGB value is (38,7,49). Sum of RGB (Red+Green+Blue) = 38+7+49=94 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40.43% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 49 (19.53% from 255 or 52.13% from 94); Max value from RGB is 49 - color contains mainly: blue. Hex color #260731 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260731 is #D9F8CE. Grayscale: #141414. Windows color (decimal): -14285007 or 3213094. OLE color: 3213094.

HSL color Cylindrical-coordinate representation of color #260731: hue angle of 284.29º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #260731 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB38749-
CMYK0.220.8600.81
HSL284.29º75%10.98%-
HSV(B)284.29º85.71%19.22%-
XYZ1.430.792.98-
YUV21.06143.77140.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40.43%
GREEN value IS 7 (3.12% from 255) = 7.45%
BLUE value IS 49 (19.53% from 255) = 52.13%
R=40.43%
G=7.45%
B=52.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal387490.220.8600.81284.297510.98
Hex26731165605111c4bb
Octal4676126126012143411313
Binary1001101111100011011010101100101000110001110010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260731; }

 p { color: rgb(38,7,49); }

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

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

 a { background-color: rgb(38,7,49); }

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

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

 span { border-color: rgb(38,7,49); }

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