#311344

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

Shades of Blackcurrant #311344

Tints of Blackcurrant #311344

Color information

#311344 (or 0x311344) is unknown color: approx Blackcurrant. HEX triplet: 31, 13 and 44. RGB value is (49,19,68). Sum of RGB (Red+Green+Blue) = 49+19+68=136 (18% of max value = 765). Red value is 49 (19.53% from 255 or 36.03% from 136); Green value is 19 (7.81% from 255 or 13.97% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #311344 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #311344 is #CEECBB. Grayscale: #212121. Windows color (decimal): -13561020 or 4461361. OLE color: 4461361.

HSL color Cylindrical-coordinate representation of color #311344: hue angle of 276.73º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #311344 is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB491968-
CMYK0.280.7200.73
HSL276.73º56.32%17.06%-
HSV(B)276.73º72.06%26.67%-
XYZ2.541.545.63-
YUV33.56147.44139.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 36.03%
GREEN value IS 19 (7.81% from 255) = 13.97%
BLUE value IS 68 (26.95% from 255) = 50%
R=36.03%
G=13.97%
B=50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4919680.280.7200.73276.7356.3217.06
Hex3113441C480491153811
Octal61231043411001114257021
Binary1100011001110001001110010010000100100110001010111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311344; }

 p { color: rgb(49,19,68); }

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

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

 a { background-color: rgb(49,19,68); }

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

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

 span { border-color: rgb(49,19,68); }

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