#260831

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

Shades of Blackcurrant #260831

Tints of Blackcurrant #260831

Color information

#260831 (or 0x260831) is unknown color: approx Blackcurrant. HEX triplet: 26, 08 and 31. RGB value is (38,8,49). Sum of RGB (Red+Green+Blue) = 38+8+49=95 (12% of max value = 765). Red value is 38 (15.23% from 255 or 40% from 95); Green value is 8 (3.52% from 255 or 8.42% from 95); Blue value is 49 (19.53% from 255 or 51.58% from 95); Max value from RGB is 49 - color contains mainly: blue. Hex color #260831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #260831 is #D9F7CE. Grayscale: #151515. Windows color (decimal): -14284751 or 3213350. OLE color: 3213350.

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

Color convert

RGB38849-
CMYK0.220.8400.81
HSL283.9º71.93%11.18%-
HSV(B)283.9º83.67%19.22%-
XYZ1.440.812.99-
YUV21.64143.44139.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 40%
GREEN value IS 8 (3.52% from 255) = 8.42%
BLUE value IS 49 (19.53% from 255) = 51.58%
R=40%
G=8.42%
B=51.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal388490.220.8400.81283.971.9311.18
Hex26831165405111c48b
Octal46106126124012143411013
Binary10011010001100011011010101000101000110001110010010001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #260831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #260831; }

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

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

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

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

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

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

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

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